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.kitchenlights
|
||||||
- light.stricklicht
|
- light.stricklicht
|
||||||
- switch.tannenbaum
|
- switch.tannenbaum
|
||||||
|
- light.licht_buero_decke
|
||||||
# entity_config:
|
# entity_config:
|
||||||
# switch.tannenbaum:
|
# switch.tannenbaum:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,3 +16,7 @@ entities:
|
||||||
state: "on"
|
state: "on"
|
||||||
switch.metered_wall_plug_switch_node4:
|
switch.metered_wall_plug_switch_node4:
|
||||||
state: "on"
|
state: "on"
|
||||||
|
light.licht_buero_regal:
|
||||||
|
state: "off"
|
||||||
|
light.licht_buero_decke:
|
||||||
|
state: "off"
|
||||||
|
|
@ -16,3 +16,7 @@ entities:
|
||||||
state: "off"
|
state: "off"
|
||||||
switch.metered_wall_plug_switch_node4:
|
switch.metered_wall_plug_switch_node4:
|
||||||
state: "on"
|
state: "on"
|
||||||
|
light.licht_buero_regal:
|
||||||
|
state: "off"
|
||||||
|
light.licht_buero_decke:
|
||||||
|
state: "on"
|
||||||
|
|
@ -13,4 +13,8 @@ entities:
|
||||||
light.kitchenlights:
|
light.kitchenlights:
|
||||||
state: "off"
|
state: "off"
|
||||||
switch.metered_wall_plug_switch_node4:
|
switch.metered_wall_plug_switch_node4:
|
||||||
|
state: "off"
|
||||||
|
light.licht_buero_regal:
|
||||||
|
state: "off"
|
||||||
|
light.licht_buero_decke:
|
||||||
state: "off"
|
state: "off"
|
||||||
|
|
@ -20,7 +20,7 @@ entities:
|
||||||
light.wohnzimmerlichter:
|
light.wohnzimmerlichter:
|
||||||
state: "on"
|
state: "on"
|
||||||
color_temp: 400
|
color_temp: 400
|
||||||
brightness: 230
|
brightness: 240 # 0-255
|
||||||
hs_color:
|
hs_color:
|
||||||
- 28.874
|
- 28.874
|
||||||
- 72.522
|
- 72.522
|
||||||
|
|
@ -38,4 +38,8 @@ entities:
|
||||||
light.kitchenlights:
|
light.kitchenlights:
|
||||||
state: "off"
|
state: "off"
|
||||||
switch.metered_wall_plug_switch_node4:
|
switch.metered_wall_plug_switch_node4:
|
||||||
state: "on"
|
state: "on"
|
||||||
|
light.licht_buero_regal:
|
||||||
|
state: "off"
|
||||||
|
light.licht_buero_decke:
|
||||||
|
state: "off"
|
||||||
Loading…
Reference in New Issue