hansen-hasst/packages/light/buttons/group.yaml
2022-08-08 19:22:56 +02:00

16 lines
476 B
YAML
Executable File

#script:
# - name: Living Room Lights
# icon: "mdi:flower-tulip"
# entities:
# light.livingroom_switch_lamp_table: "toggle"
# light.livingroom_switch_lamp_couch: "toggle"
# light.living_room_switch_lamp_sill: "toggle"
# Example configuration.yaml entry
light:
- platform: group
name: "Living Room Lights"
entities:
- light.livingroom_switch_lamp_table
- light.livingroom_switch_lamp_couch
- light.living_room_switch_lamp_sill