diff options
author | makefu <github@syntax-fehler.de> | 2022-01-28 23:04:45 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-01-28 23:04:45 +0100 |
commit | 984ee05ec2b1ff8c7caba3d2580e8f7978f267b8 (patch) | |
tree | b112b7a7894e59281f5eb77fc8ac195003640ae9 /lass/2configs/hass | |
parent | bdbb5cea1e6afd8c11a3874b88292f20a1635b6d (diff) | |
parent | 5e3141c9e958e2b2f48d4245ca0a894f9eaaf714 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/hass')
-rw-r--r-- | lass/2configs/hass/zigbee.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/hass/zigbee.nix b/lass/2configs/hass/zigbee.nix index 789a7fb92..8fc02263b 100644 --- a/lass/2configs/hass/zigbee.nix +++ b/lass/2configs/hass/zigbee.nix @@ -15,7 +15,7 @@ in { services.zigbee2mqtt = { enable = true; package = unstable-pkgs.zigbee2mqtt; - config = { + settings = { homeassistant = true; frontend.port = 1337; experimental.new_api = true; |