Option to create VM using Stable, Beta or Dev Image
This script automates the process of creating a Virtual Machine (VM) using the official KVM (qcow2) disk image provided by the Home Assistant Team. It involves finding, downloading, and extracting the image, defining user-defined settings, importing and attaching the disk, setting the boot order, and starting the VM. It supports various storage types, and does not involve any hidden installations.
To create a new Proxmox VE Home Assistant OS VM, run the command below in the Proxmox VE Shell.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/haos-vm.sh)"
🛈 The disk must have a minimum size of 32GB and its size cannot be changed during the creation of the VM.
After the script completes, click on the VM, then on the Summary tab to find the VM IP.
Home Assistant Interface: IP:8123