diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/home-assistant.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
