Files
Alexander Savin 26d86dec90
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
Update to the current version
2025-05-11 16:07:21 -04:00

39 lines
734 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_kelvin: 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