diff --git a/hosts/pi/default.nix b/hosts/pi/default.nix index 6f2f177..29b6e71 100644 --- a/hosts/pi/default.nix +++ b/hosts/pi/default.nix @@ -43,6 +43,8 @@ with lib.my; services.zigbee2mqtt = { enable = true; settings = { + homeassistant = true; + frontend = true; permit_join = true; }; };