defiant/homeassistant: add zigbee dongle

This commit is contained in:
Felix Albrigtsen 2024-12-31 16:06:15 +01:00
parent 98d66602b3
commit 807462cd54

View File

@ -11,6 +11,7 @@ in {
image = "ghcr.io/home-assistant/home-assistant:2024.1"; image = "ghcr.io/home-assistant/home-assistant:2024.1";
extraOptions = [ extraOptions = [
"--network=host" "--network=host"
"--device=/dev/ttyUSB0" # Sonoff Zigbee 3.0 USB
]; ];
volumes = [ volumes = [
"/tank/services/homeassistant/config:/config" "/tank/services/homeassistant/config:/config"