Files
hassio-configuration/configuration/scene/bedroom_olivia.yaml
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

37 lines
823 B
YAML

---
- name: "Bedroom Olivia (Off)"
entities:
light.bedroom_olivia_floor_01:
state: off
light.bedroom_olivia_ceiling_01:
state: off
- name: "Bedroom Olivia (All)"
entities:
light.bedroom_olivia_floor_01:
state: on
color_temp_kelvin: 3500
brightness: 255
light.bedroom_olivia_ceiling_01:
state: on
color_temp_kelvin: 3500
brightness: 255
- name: "Bedroom Olivia (Ceiling Only)"
entities:
light.bedroom_olivia_floor_01:
state: off
light.bedroom_olivia_ceiling_01:
state: on
color_temp_kelvin: 3500
brightness: 255
- name: "Bedroom Olivia (Floor Only)"
entities:
light.bedroom_olivia_floor_01:
state: on
color_temp_kelvin: 3500
brightness: 255
light.bedroom_olivia_ceiling_01:
state: off