39 lines
727 B
YAML
39 lines
727 B
YAML
---
|
|
- name: 'Porch (Off)'
|
|
entities:
|
|
light.porch_01:
|
|
state: off
|
|
light.garage_gate_01:
|
|
state: off
|
|
light.frontyard_decoration_01:
|
|
state: off
|
|
|
|
- name: 'Porch (All)'
|
|
entities:
|
|
light.porch_01:
|
|
state: on
|
|
light.garage_gate_01:
|
|
state: on
|
|
light.frontyard_decoration_01:
|
|
state: on
|
|
|
|
- name: 'Porch (Porch Only)'
|
|
entities:
|
|
light.porch_01:
|
|
state: on
|
|
light.garage_gate_01:
|
|
state: off
|
|
light.frontyard_decoration_01:
|
|
state: off
|
|
# color_temp: 255
|
|
# brightness: 255
|
|
|
|
- name: 'Porch (Garage Only)'
|
|
entities:
|
|
light.porch_01:
|
|
state: off
|
|
light.garage_gate_01:
|
|
state: on
|
|
light.frontyard_decoration_01:
|
|
state: off
|