Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
114 lines
2.5 KiB
YAML
114 lines
2.5 KiB
YAML
---
|
|
- name: "Kitchen (Off)"
|
|
entities:
|
|
light.kitchen_led_01:
|
|
state: off
|
|
light.kitchen_sink_01:
|
|
state: off
|
|
light.kitchen_ceiling_01:
|
|
state: off
|
|
light.kitchen_ceiling_02:
|
|
state: off
|
|
# light.kitchen_decorating_01:
|
|
# state: off
|
|
|
|
- name: "Kitchen (All)"
|
|
entities:
|
|
light.kitchen_led_01:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
light.kitchen_sink_01:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
light.kitchen_ceiling_01:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
light.kitchen_ceiling_02:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
# light.kitchen_decorating_01:
|
|
# state: on
|
|
|
|
- name: "Kitchen (Work Zone Only)"
|
|
entities:
|
|
light.kitchen_led_01:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
light.kitchen_sink_01:
|
|
state: on
|
|
brightness: 255
|
|
color_temp_kelvin: 3500
|
|
light.kitchen_ceiling_01:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
light.kitchen_ceiling_02:
|
|
state: off
|
|
# light.kitchen_decorating_01:
|
|
# state: off
|
|
|
|
- name: "Kitchen (Dinning Zone Only)"
|
|
entities:
|
|
light.kitchen_led_01:
|
|
state: off
|
|
light.kitchen_sink_01:
|
|
state: off
|
|
light.kitchen_ceiling_01:
|
|
state: off
|
|
light.kitchen_ceiling_02:
|
|
state: on
|
|
color_temp_kelvin: 255
|
|
brightness: 255
|
|
# light.kitchen_decorating_01:
|
|
# state: on
|
|
|
|
- name: "Kitchen (Ceiling Only)"
|
|
entities:
|
|
light.kitchen_led_01:
|
|
state: off
|
|
light.kitchen_sink_01:
|
|
state: off
|
|
light.kitchen_ceiling_01:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
light.kitchen_ceiling_02:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 255
|
|
# light.kitchen_decorating_01:
|
|
# state: off
|
|
|
|
#- name: "Kitchen (Dinning Ceiling Only)"
|
|
# entities:
|
|
# light.kitchen_led_01:
|
|
# state: off
|
|
# light.kitchen_sink_01:
|
|
# state: off
|
|
# light.kitchen_ceiling_01:
|
|
# state: off
|
|
# light.kitchen_ceiling_02:
|
|
# state: on
|
|
# color_temp_kelvin: 255
|
|
# brightness: 255
|
|
# light.kitchen_decorating_01:
|
|
# state: off
|
|
|
|
#- name: "Kitchen (Decoration Only)"
|
|
# entities:
|
|
# light.kitchen_led_01:
|
|
# state: off
|
|
# light.kitchen_sink_01:
|
|
# state: off
|
|
# light.kitchen_ceiling_01:
|
|
# state: off
|
|
# light.kitchen_ceiling_02:
|
|
# state: off
|
|
# light.kitchen_decorating_01:
|
|
# state: on
|