diff options
author | makefu <github@syntax-fehler.de> | 2022-01-20 23:48:09 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-01-20 23:48:41 +0100 |
commit | ef48f536a3e539b215bb004b512e62c2d0f96907 (patch) | |
tree | 589957e86d0f088d4afa8c134fb81e6fa8cd2993 /makefu/2configs/home/ham/light/wohnzimmer.nix | |
parent | f66b93ab324af7b869544981a4d8eaa3e1e96952 (diff) |
ma ham: init tint remote control for arbeitszimmer
Diffstat (limited to 'makefu/2configs/home/ham/light/wohnzimmer.nix')
-rw-r--r-- | makefu/2configs/home/ham/light/wohnzimmer.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/2configs/home/ham/light/wohnzimmer.nix b/makefu/2configs/home/ham/light/wohnzimmer.nix index bc9c2778a..554d1f8ce 100644 --- a/makefu/2configs/home/ham/light/wohnzimmer.nix +++ b/makefu/2configs/home/ham/light/wohnzimmer.nix @@ -9,6 +9,8 @@ let "light.kinderzimmer_lichterkette_licht" # led um fenster ]; in { + imports = [ ./tint_wohnzimmer.nix ]; + services.home-assistant.config.wled = {}; services.home-assistant.config.light = [ { platform = "group"; @@ -22,3 +24,8 @@ in { } ]; } + +# trigger.to_state.attributes.action_group: +# 1: 18388 +# 2: 18389 +# 3: 18390 |