add: office-lights
This commit is contained in:
parent
7913290525
commit
74b26d136a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,9 @@
|
|||
# https://www.home-assistant.io/integrations/light.group/
|
||||
#
|
||||
# switch als Licht einbinden, so dass eine Grupperung als light möglich ist
|
||||
# https://community.home-assistant.io/t/light-groups-making-me-crazy/180978/6
|
||||
platform: switch
|
||||
name: Licht Büro Regal
|
||||
entity_id: switch.double_switch_node19_7
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# https://www.home-assistant.io/integrations/light.group/
|
||||
#
|
||||
# switch als Licht einbinden, so dass eine Grupperung als light möglich ist
|
||||
# https://community.home-assistant.io/t/light-groups-making-me-crazy/180978/6
|
||||
platform: switch
|
||||
name: Bürolicht
|
||||
entity_id: switch.double_switch_node19_2_6
|
||||
|
||||
|
||||
|
|
@ -31,6 +31,7 @@ alexa:
|
|||
- light.kitchenlights
|
||||
- light.stricklicht
|
||||
- switch.tannenbaum
|
||||
- light.licht_buero_decke
|
||||
# entity_config:
|
||||
# switch.tannenbaum:
|
||||
|
||||
|
|
|
|||
|
|
@ -16,3 +16,7 @@ entities:
|
|||
state: "on"
|
||||
switch.metered_wall_plug_switch_node4:
|
||||
state: "on"
|
||||
light.licht_buero_regal:
|
||||
state: "off"
|
||||
light.licht_buero_decke:
|
||||
state: "off"
|
||||
|
|
@ -16,3 +16,7 @@ entities:
|
|||
state: "off"
|
||||
switch.metered_wall_plug_switch_node4:
|
||||
state: "on"
|
||||
light.licht_buero_regal:
|
||||
state: "off"
|
||||
light.licht_buero_decke:
|
||||
state: "on"
|
||||
|
|
@ -14,3 +14,7 @@ entities:
|
|||
state: "off"
|
||||
switch.metered_wall_plug_switch_node4:
|
||||
state: "off"
|
||||
light.licht_buero_regal:
|
||||
state: "off"
|
||||
light.licht_buero_decke:
|
||||
state: "off"
|
||||
|
|
@ -20,7 +20,7 @@ entities:
|
|||
light.wohnzimmerlichter:
|
||||
state: "on"
|
||||
color_temp: 400
|
||||
brightness: 230
|
||||
brightness: 240 # 0-255
|
||||
hs_color:
|
||||
- 28.874
|
||||
- 72.522
|
||||
|
|
@ -39,3 +39,7 @@ entities:
|
|||
state: "off"
|
||||
switch.metered_wall_plug_switch_node4:
|
||||
state: "on"
|
||||
light.licht_buero_regal:
|
||||
state: "off"
|
||||
light.licht_buero_decke:
|
||||
state: "off"
|
||||
Loading…
Reference in New Issue