You can easily setup home assistant on proxmox with these simple steps.
- Download Home Assistant qcow2 file
- Rsync the file to your Proxmox server
- Run the following command after creating a VM with UEFI bios/q35, replacing YOURVMID and YOURSTORAGE
- Attach the disk and start the VM!
- Get ip address by logging in with “root” and run “network info”
qm importdisk YOURVMID /root/hassos_ova-5.8.qcow2 YOURSTORAGE --format qcow2
Leave a Reply