9 lines
235 B
YAML
9 lines
235 B
YAML
# Example configuration.yaml entry
|
|
light:
|
|
- platform: group
|
|
name: "All Lights"
|
|
entities:
|
|
- light.bedroom_bulb_light
|
|
- light.livingroom_switch_tv
|
|
- light.office_bulb
|
|
- light.office_switch_socket |