Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
---
|
|
- name: 'Bedroom Master (Off)'
|
|
entities:
|
|
light.bedroom_master_floor_lamp_01:
|
|
state: off
|
|
light.bedroom_master_floor_lamp_02:
|
|
state: off
|
|
light.bedroom_master_ceiling_01:
|
|
state: off
|
|
light.bedroom_master_ceiling_02:
|
|
state: off
|
|
|
|
- name: 'Bedroom Master (All)'
|
|
entities:
|
|
light.bedroom_master_floor_lamp_01:
|
|
state: on
|
|
light.bedroom_master_floor_lamp_02:
|
|
state: on
|
|
light.bedroom_master_ceiling_01:
|
|
state: on
|
|
light.bedroom_master_ceiling_02:
|
|
state: on
|
|
|
|
- name: 'Bedroom Master (Ceiling Only)'
|
|
entities:
|
|
light.bedroom_master_floor_lamp_01:
|
|
state: off
|
|
light.bedroom_master_floor_lamp_02:
|
|
state: off
|
|
light.bedroom_master_ceiling_01:
|
|
state: on
|
|
# color_temp_kelvin: 255
|
|
# brightness: 255
|
|
light.bedroom_master_ceiling_02:
|
|
state: on
|
|
# color_temp_kelvin: 255
|
|
# brightness: 255
|
|
|
|
- name: 'Bedroom Master (Floor Only)'
|
|
entities:
|
|
light.bedroom_master_floor_lamp_01:
|
|
state: on
|
|
light.bedroom_master_floor_lamp_02:
|
|
state: on
|
|
light.bedroom_master_ceiling_01:
|
|
state: off
|
|
light.bedroom_master_ceiling_02:
|
|
state: off
|