add: office-lights

This commit is contained in:
Christian Kauer 2021-11-20 17:39:22 +01:00
parent 7913290525
commit 74b26d136a
13 changed files with 37 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -31,6 +31,7 @@ alexa:
- light.kitchenlights
- light.stricklicht
- switch.tannenbaum
- light.licht_buero_decke
# entity_config:
# switch.tannenbaum:

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"