diff options
author | makefu <github@syntax-fehler.de> | 2022-01-30 23:51:32 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-01-30 23:51:32 +0100 |
commit | 965a6c96c3b7216bf8ca1b985f8bece6c73213c4 (patch) | |
tree | 546b554bb339859a2fb182d4b9df8c21db5fc085 /makefu/2configs/home/ham/light | |
parent | a721b7ad9b605dc90fa731b2f9a176f2238dc82f (diff) |
ma ham: commit open changes
Diffstat (limited to 'makefu/2configs/home/ham/light')
-rw-r--r-- | makefu/2configs/home/ham/light/tint_arbeitszimmer.nix | 13 | ||||
-rw-r--r-- | makefu/2configs/home/ham/light/tint_wohnzimmer.nix | 13 |
2 files changed, 16 insertions, 10 deletions
diff --git a/makefu/2configs/home/ham/light/tint_arbeitszimmer.nix b/makefu/2configs/home/ham/light/tint_arbeitszimmer.nix index 37c961adc..4ae91ac54 100644 --- a/makefu/2configs/home/ham/light/tint_arbeitszimmer.nix +++ b/makefu/2configs/home/ham/light/tint_arbeitszimmer.nix @@ -11,14 +11,17 @@ let default_scene_1 = "Solid"; default_color_1 = "Default"; main_color_select_1 = "select.wled_color_palette_4"; - light_group_1 = { entity_id = [ main_light_1 ];}; + light_group_1.entity_id = [ + main_light_1 + ]; # contains only the actually changeable lights - light_group_2 = { entity_id = [ + light_group_2.entity_id = [ "light.arbeitszimmer_schrank_dimmer" - ]; - }; - light_group_3 = { entity_id = [ "light.arbeitszimmer_pflanzenlicht" ]; }; + ]; + light_group_3.entity_id = [ + "light.arbeitszimmer_pflanzenlicht" + ]; statecond = cond: { # cond must be a list condition = "template"; diff --git a/makefu/2configs/home/ham/light/tint_wohnzimmer.nix b/makefu/2configs/home/ham/light/tint_wohnzimmer.nix index 18e69a779..fd87cf064 100644 --- a/makefu/2configs/home/ham/light/tint_wohnzimmer.nix +++ b/makefu/2configs/home/ham/light/tint_wohnzimmer.nix @@ -25,16 +25,19 @@ let default_scene_1 = "Solid"; default_color_1 = "Default"; main_color_select_1 = "select.wled_color_palette"; - light_group_1 = { entity_id = [ main_light_1 ];}; + light_group_1.entity_id = [ + main_light_1 + ]; # contains only the actually changeable lights - light_group_2 = { entity_id = [ + light_group_2.entity_id = [ "light.wohnzimmer_komode_osram" "light.wohnzimmer_schrank_osram" "light.wohnzimmer_fenster_lichterkette_licht" - ]; - }; - light_group_3 = { entity_id = [ "light.wohnzimmer_stehlampe_osram" ]; }; + ]; + light_group_3.entity_id = [ + "light.wohnzimmer_stehlampe_osram" + ]; statecond = cond: { # cond must be a list condition = "template"; |