16 lines
476 B
YAML
16 lines
476 B
YAML
|
#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
|