add terrace switch->light
This commit is contained in:
parent
eccc46a1e0
commit
796dd726fa
|
|
@ -0,0 +1,8 @@
|
|||
# https://www.home-assistant.io/integrations/light.group/
|
||||
#
|
||||
platform: group
|
||||
name: Terrassenlicht
|
||||
unique_id: 6f4c66a7-0b11-4425-a862-c3b3e215bd07
|
||||
entities:
|
||||
- light.terrassenlampen
|
||||
- light.terrassenstrahler
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# 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: Terrassenlampen
|
||||
entity_id: switch.double_switch_node14_2_4
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# 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: Terrassenstrahler
|
||||
entity_id: switch.double_switch_node14_5
|
||||
Loading…
Reference in New Issue