initial commit
This commit is contained in:
36
configuration/scene/bedroom_max.yaml
Normal file
36
configuration/scene/bedroom_max.yaml
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
- 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: 255
|
||||
brightness: 255
|
||||
light.bedroom_max_ceiling_01:
|
||||
state: on
|
||||
color_temp: 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: 255
|
||||
brightness: 255
|
||||
|
||||
- name: 'Bedroom Max (Table Only)'
|
||||
entities:
|
||||
light.bedroom_max_table_01:
|
||||
state: on
|
||||
color_temp: 255
|
||||
brightness: 255
|
||||
light.bedroom_max_ceiling_01:
|
||||
state: off
|
Reference in New Issue
Block a user