diff options
author | makefu <github@syntax-fehler.de> | 2019-04-04 22:54:18 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-04 22:54:18 +0200 |
commit | 197064cdba91649fd2e94e57d4ba54a0a3ea4b85 (patch) | |
tree | 44832828bfa69b40c839142d2533d3adab10aed3 /makefu | |
parent | 521ddfb835fe430c70312a16466086dcaaef6dc1 (diff) |
ma bureautomation: show switches again
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/bureautomation/hass.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/2configs/bureautomation/hass.nix b/makefu/2configs/bureautomation/hass.nix index a104f0c44..f3a400acb 100644 --- a/makefu/2configs/bureautomation/hass.nix +++ b/makefu/2configs/bureautomation/hass.nix @@ -97,7 +97,7 @@ in { "group.outside" "group.team" "group.nachtlicht" - # "group.switches" + "group.switches" ]; }; automation = [ @@ -110,7 +110,6 @@ in { "light.status_felix" "light.status_daniel" "light.buslicht" - "light.redbutton_buzzer" ]; team = [ "device_tracker.thorsten_phone" |