Windows
Install Home Assistant Operating System
Follow this guide if you are already running a supported virtual machine hypervisor. If you are not familiar with virtual machines, install Home Assistant OS directly on Home Assistant Yellow, Raspberry Pi, or ODROID.
Download the appropriate image
-
VirtualBox (Intel chip) (.vdi)
-
VMware Workstation (.vmdk)
-
Hyper-V (.vhdx)
After downloading the image, extract it if necessary. For example, if it comes in a ZIP file, unzip it.
Create and configure the virtual machine
When creating the virtual machine, assign memory and CPU resources based on your expected workload. You can increase these resources later if your workload grows.
Minimum resources:
- Memory: 2 GB of RAM
- Processors: 2 vCPUs
To create the virtual machine, follow the instructions for the hypervisor you use:
Create the virtual machine
The following steps use VirtualBox Basic Mode, which provides a simplified wizard for creating and configuring a virtual machine.
- Open VirtualBox, and select New on the toolbar.
- In the Virtual machine name and operating system step, specify the following settings:
- Name: Enter Home Assistant.
- VM Folder: Select a location to store the virtual machine files.
- ISO Image: Leave blank.
- OS: Select Linux.
- OS Distribution: Select Oracle Linux (64-bit). If you use a Mac with Apple silicon (M1, M2, or M3), select ARM 64-bit instead.
- Select Next.
- In the Specify virtual hardware step, specify the following settings:
- Base Memory: Set to at least 2048 MB, which is 2 GB.
- Number of CPUs: Set to at least 2.
- Use EFI: Select the checkbox to use UEFI instead of legacy BIOS. Home Assistant requires UEFI to boot.
- Select Next.
- In the Summary step, review the settings and select Finish.
Attach the Home Assistant disk (VDI)
Configure the virtual machine to use the Home Assistant disk (VDI) that you downloaded and extracted earlier.
- Select your new Home Assistant VM in the list, and then select Settings on the toolbar.
- Go to the Storage section.
- In the Storage Devices list, under Controller: SATA, right-click the empty placeholder disk and select Remove attachment.
- Next to Controller: SATA, select the Add hard disk icon (the blue disk with a plus sign).
- In the dialog that appears, select the Add button.
- Find and select the downloaded
.vdifile. - Select Choose to confirm the file.
Configure network
- While still in the Settings window, go to the Network section.
- In Attached to, change the setting to Bridged Adapter.
- In Name, select the network adapter you use for internet access. Home Assistant uses this adapter to communicate with other devices on your network. If your computer uses Wi-Fi, select your Wi-Fi adapter. If it uses a wired connection, select your Ethernet adapter.
- Select OK.
Enable automatic disk space reclamation (optional)
VBoxManage storageattach <VM name> --storagectl "SATA" --port 0 --device 0 --nonrotational on --discard on
For more information about the command, see VBoxManage storageattach command.
- Download the .qcow2 image above and decompress it. (Extract all in Windows)
- Store the image in the isos share on your server.
- Make sure under Settings > VM manager, Enable VMs is enabled.
- Create a new virtual machine: VMS > Add VM.
- Select type Linux and give the VM a name and a description.
- Select the CPU cores you want to let the VM use and give it some memory.
- Under Primary vDisk Location, select Manual and then select the qcow2 image.
- Select your keyboard language under VM Console Keyboard.
- Select br0 under Network Source.
- Select virtio under Network model.
- Select any USB-devices that you want to pass through to Home Assistant, such as Zigbee- or Z-Wave controllers.
- Deselect Start VM after creation.
- Select Create.
- Select the name of your new VM and select the capacity number for your disk. Here, you can expand the disk to whatever your needs are. The default is 32 GB.
- Select the icon of your new VM and select start with console (VNC).
- Create a new virtual machine in
virt-manager. - Select Import existing disk image, provide the path to the QCOW2 image above.
- Choose Generic Default for the operating system.
- Check the box for Customize configuration before install.
- Under Network Selection, select your bridge.
- Under customization select Overview > Firmware > UEFI x86_64: …. Make sure to select a non-secureboot version of OVMF (does not contain words such as
secureorsecboot), for example/usr/share/edk2/ovmf/OVMF_CODE.fd. - Select Add Hardware (bottom left), and select Channel.
- Select device type: unix.
- Select name: org.qemu.guest_agent.0.
- Finally, select Begin Installation (upper left corner).
virt-install --name haos --description "Home Assistant OS" --os-variant=generic --ram=4096 --vcpus=2 --disk <PATH TO QCOW2 FILE>,bus=scsi --controller type=scsi,model=virtio-scsi --import --graphics none --boot uefi
--hostdev busID.deviceId. You can
discover these IDs via the lsusb command. As example, if lsusb output is:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 30c9:0052 Luxvisions Innotech Limited Integrated RGB Camera
Bus 003 Device 003: ID 1a86:55d4 QinHeng Electronics SONOFF Zigbee 3.0 USB Dongle Plus V2
Bus 003 Device 002: ID 06cb:00fc Synaptics, Inc.
Bus 003 Device 005: ID 8087:0033 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
You can recognize the Sonoff dongle at Bus 003 Device 003. So the command to install the VM will become:
virt-install --name haos --description "Home Assistant OS" --os-variant=generic --ram=4096 --vcpus=2 --disk <PATH TO QCOW2 FILE>,bus=scsi --controller type=scsi,model=virtio-scsi --import --graphics none --boot uefi --hostdev 003.003
Note that this configuration (bus 003, device 003) is just an example, your dongle could be on another bus and/or with another device ID.
Please check the correct IDs of your USB dongle with lsusb.
- Start VMware Workstation and select Create a New Virtual Machine.
- Note: the exact name and location of the settings below depend on the VMware version. This procedure is based on version 17.
- Select I will install the operating system later, then select Linux > Other Linux 5.x kernel 64-bit.
- Give the VM a name,
home-assistant, and define an easy to reach storage location, such asC:\home-assistant. - Specify the disk size and select Store virtual disk as a single file.
- Select Customize Hardware.
- Define the amount of memory and the number of cores the VM is allowed to use.
- Remove the New CD/DVD entry. It will not be used.
- Connect an Ethernet cable and make sure it is connected to your network.
- Under Network adapter, select Bridged: Connected directly to the physical network.
- Make sure Replicate physical network connection state is not selected.
- Select Configure Adapters.
- Make sure all virtual adapters and Bluetooth devices are deselected.
- Select your host network adapter. Most likely, this is one of the first 2 checkboxes in the list:
- Select the one for Ethernet.
- The exact names of these adapters depend on your hardware.
- At the end of the wizard, select Finish.
Edit the VM settings
- In Windows Explorer, go to the storage location of your newly created VM, for example under
C:\home-assistant. - Delete the
home-assistant.vmdkfile. - In the
Downloadsfolder, find thehaos_ova_xx.x.vmdkfile. - If you haven’t unzipped the archive, unzip it. - Within the folder, find the.vmdkfile and rename it tohome-assistant.vmdk. - Paste the file (not the unzipped folder) into theC:\home-assistantfolder. - Right-click the
.vmxfile and select Open with > Notepad. - Under
.encoding, add a line. Enterfirmware = "efi". - Now continue with the next step to start your VM.
- If you see a message about side channel mitigations, select OK.
- If you see a message stating that the
.vmdkfile could not be found, in step 13, you likely pasted the folder, not the file. Repeat step 13.
⚠️ Hyper-V does not have USB support.
- Create a new virtual machine.
- Select Generation 2.
- Select Connection > Your Virtual Switch that is bridged.
- Select Use an existing virtual hard disk and select the VHDX file from above.
After creation, go to Settings > Security and deselect Enable Secure Boot.
Start up your virtual machine
- Start the virtual machine.
- Observe the boot process of the Home Assistant Operating System.
- Once completed, you will be able to reach Home Assistant on homeassistant.local:8123. If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at homeassistant:8123 or
http://X.X.X.X:8123(replace X.X.X.X with your virtual machine’s IP address).
With the Home Assistant Operating System installed and accessible, you can continue with onboarding.