From 91be09aedb7d25b7407715a42ea2e6502d1caa8c Mon Sep 17 00:00:00 2001 From: Martin Bauer Date: Sat, 21 Dec 2019 19:45:10 +0100 Subject: [PATCH] New Bedroom lights --- config_creation/groups.yaml | 12 +++-- scenes.yaml | 98 ++++++++++++++++++++++++++++--------- 2 files changed, 85 insertions(+), 25 deletions(-) diff --git a/config_creation/groups.yaml b/config_creation/groups.yaml index fc1c2e2..563fe72 100644 --- a/config_creation/groups.yaml +++ b/config_creation/groups.yaml @@ -19,14 +19,20 @@ living_area: bedroom: name: Schlafzimmer entities: - - light.schlafzimmer - + - light.schlafzimmer_fluter + - light.bett_martin + - light.bett_rebecca + - light.schlafzimmer_schrank hallway: name: Gang entities: - light.gang_bogen - + - light.gang_einganglicht + - light.gang_licht + - switch.bewegungsmelder_west_led + - switch.bewegungsmelder_ost_led + - switch.bewegungsmelder_mitte_led outside: name: Außen diff --git a/scenes.yaml b/scenes.yaml index 6b1d82a..5174731 100644 --- a/scenes.yaml +++ b/scenes.yaml @@ -328,58 +328,112 @@ # -------------------- Schlafzimmer ----------------------------------------- -- name: Schlafzimmer Ganz Dunkel +- name: Schlafzimmer Bettlicht dunkel entities: light.schlafzimmer_deckenlampe: state: off - light.schlafzimmer: + light.schlafzimmer_schrank: + state: off + light.bett_martin: state: on - brightness: 1 - color_temp: 477 + brightness: 5 + light.bett_rebecca: + state: on + brightness: 5 + light.schlafzimmer_fluter: + state: off -#- name: Schlafzimmer Dunkel -# entities: -# light.schlafzimmer_deckenlampe: -# state: off -# light.schlafzimmer: -# state: on -# brightness: 15 -# color_temp: 477 - name: Schlafzimmer Orange entities: light.schlafzimmer_deckenlampe: state: off - light.schlafzimmer: + light.schlafzimmer_schrank: state: on - brightness: 127 - color_temp: 477 + brightness: 81 + xy_color: [0.502, 0.414] + light.bett_martin: + state: on + brightness: 81 + light.bett_rebecca: + state: on + brightness: 81 + xy_color: [0.502, 0.414] + light.schlafzimmer_fluter: + state: on + brightness: 81 + xy_color: [0.502, 0.414] + + +- name: Schlafzimmer Rot + entities: + light.schlafzimmer_deckenlampe: + state: off + light.schlafzimmer_schrank: + state: on + brightness: 146 + xy_color: [0.584, 0.354] + light.bett_martin: + state: on + brightness: 198 + xy_color: [0.584, 0.354] + light.bett_rebecca: + state: on + brightness: 198 + xy_color: [0.569, 0.397] + light.schlafzimmer_fluter: + state: on + brightness: 95 + xy_color: [0.581, 0.389] + - name: Schlafzimmer Blau entities: light.schlafzimmer_deckenlampe: state: off - light.schlafzimmer: + light.schlafzimmer_schrank: state: on - brightness: 130 - xy_color: [0.158, 0.053] + brightness: 58 + xy_color: [0.442, 0.416] + light.bett_martin: + state: unavailable + light.bett_rebecca: + state: on + brightness: 83 + xy_color: [0.418, 0.419] + light.schlafzimmer_fluter: + state: on + brightness: 127 + - name: Schlafzimmer Ganz Hell entities: light.schlafzimmer_deckenlampe: state: on brightness: 255 - light.schlafzimmer: + light.schlafzimmer_schrank: state: on - brightness: 255 - color_temp: 255 + brightness: 254 + xy_color: [0.459, 0.408] + light.bett_martin: + state: on + brightness: 254 + xy_color: [0.459, 0.408] + light.bett_rebecca: + state: on + brightness: 254 + xy_color: [0.459, 0.408] + light.schlafzimmer_fluter: + state: on + brightness: 254 + xy_color: [0.459, 0.408] # --------------------- Garten ------------------------------------------------- - name: Garten Savanna entities: - light.garten_stehleuchte: + light.garten_stehleuchte:konsole state: on brightness: 205 xy_color: [0.465, 0.448]