From af3cb667b3d87c8b30660fe35680074d25398a8f Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 8 Jul 2025 01:16:24 +0200 Subject: Allow HA container to access Matter & Zigbee device Signed-off-by: Mel --- services/home-assistant.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/home-assistant.nix b/services/home-assistant.nix index cf594b0..db49388 100644 --- a/services/home-assistant.nix +++ b/services/home-assistant.nix @@ -22,6 +22,9 @@ in # give home-assistant control over the device network # stack to auto-discover devices on the network. customNetwork = "host"; + # allow home-assistant to access zigbee/matter+thread + # dongle. + devices = [ "/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-07_6e29216e5272ef119d2f43848fcc3fa0-if00-port0" ]; volumes = [ [ "/etc/localtime" -- cgit 1.4.1