To set up Home Assistant on Proxmox, follow these steps:
- Download the Home Assistant qcow2 file.
- Use Rsync to transfer the file to your Proxmox server.
- Create a VM with UEFI bios/q35.
- Run the following command to attach the disk to the VM, replacing YOURVMID and YOURSTORAGE:
qm set YOURVMID --scsihw virtio-scsi-pci --scsi0 YOURSTORAGE:vm-YOURVMID-disk-0
- Start the VM.
- Log in with “root” and run “network info” to get the IP address.