New Bedroom lights
This commit is contained in:
parent
0b1a2e54b9
commit
91be09aedb
|
@ -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
|
||||
|
|
98
scenes.yaml
98
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]
|
||||
|
|
Loading…
Reference in New Issue