Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
37 lines
786 B
YAML
37 lines
786 B
YAML
---
|
|
- name: 'Bedroom Max (Off)'
|
|
entities:
|
|
light.bedroom_max_table_01:
|
|
state: off
|
|
light.bedroom_max_ceiling_01:
|
|
state: off
|
|
|
|
- name: 'Bedroom Max (All)'
|
|
entities:
|
|
light.bedroom_max_table_01:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
light.bedroom_max_ceiling_01:
|
|
state: on
|
|
color_temp_kelvin: 255
|
|
brightness: 255
|
|
|
|
- name: 'Bedroom Max (Ceiling Only)'
|
|
entities:
|
|
light.bedroom_max_table_01:
|
|
state: off
|
|
light.bedroom_max_ceiling_01:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
|
|
- name: 'Bedroom Max (Table Only)'
|
|
entities:
|
|
light.bedroom_max_table_01:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
light.bedroom_max_ceiling_01:
|
|
state: off
|