From 807462cd544f599eed55834a8c7e305133f2a197 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 31 Dec 2024 16:06:15 +0100 Subject: [PATCH] defiant/homeassistant: add zigbee dongle --- hosts/defiant/services/home-assistant.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/defiant/services/home-assistant.nix b/hosts/defiant/services/home-assistant.nix index ff7a714..8fe68ea 100644 --- a/hosts/defiant/services/home-assistant.nix +++ b/hosts/defiant/services/home-assistant.nix @@ -11,6 +11,7 @@ in { image = "ghcr.io/home-assistant/home-assistant:2024.1"; extraOptions = [ "--network=host" + "--device=/dev/ttyUSB0" # Sonoff Zigbee 3.0 USB ]; volumes = [ "/tank/services/homeassistant/config:/config"