Leo
Leo
Docs/home server/home assistant/my setup

Last updated Jul 1, 2026

My Home Assistant Setup#

Home Assistant runs as its own virtual machine on the same Proxmox host that hosts my media stack and other services. This page covers that host, the HAOS VM itself, and the radio hardware passed through to it.

Proxmox host#

ComponentSpec
MotherboardASUS TUF GAMING B550-PLUS
CPUAMD Ryzen 5 5600G
RAM32 GB DDR4
GPUNVIDIA GTX 1650 Windforce OC, 4 GB VRAM (passed through to the media server LXC, not used by HAOS)
Boot disk512 GB NVMe SSD, LVM thin pool for VM and container disks

Storage beyond the boot disk is ZFS: a mirrored tank pool (2x 3 TB) and a single-disk media pool (18 TB), both used by the media automation stack rather than Home Assistant.

HAOS virtual machine#

Home Assistant OS runs in its own VM rather than as a Docker container or an LXC. HAOS ships as a full OS image with its own update mechanism (Supervisor), and running it as a VM keeps that update path intact and gives it direct control over passed-through USB hardware.

SettingValue
VM ID100
RAM6144 MB
vCPUs2 (host CPU type)
Disk32 GB
BIOSOVMF (UEFI)
Guest OS typeLinux (l26)

The VM sits alongside three other guests on the same host: a Docker VM running the arr stack, an LXC running Plex with GPU passthrough, and an LXC running N8N. None of them compete with HAOS for the passed-through USB devices below, since Proxmox binds those devices to VM 100 specifically.

Passed-through radio hardware#

Two USB dongles are passed through directly to the HAOS VM so Home Assistant talks to the radio hardware without going through the host's own drivers: a Zigbee dongle (10c4:ea60) and an EnOcean USB 300 (0403:6001). See Home Assistant Hardware for the exact models and what each one drives.