initial commit
This commit is contained in:
36
configuration/scene/bedroom_olivia.yaml
Normal file
36
configuration/scene/bedroom_olivia.yaml
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
- 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: 280
|
||||
brightness: 255
|
||||
light.bedroom_olivia_ceiling_01:
|
||||
state: on
|
||||
color_temp: 255
|
||||
brightness: 255
|
||||
|
||||
- name: "Bedroom Olivia (Ceiling Only)"
|
||||
entities:
|
||||
light.bedroom_olivia_floor_01:
|
||||
state: off
|
||||
light.bedroom_olivia_ceiling_01:
|
||||
state: on
|
||||
color_temp: 255
|
||||
brightness: 255
|
||||
|
||||
- name: "Bedroom Olivia (Floor Only)"
|
||||
entities:
|
||||
light.bedroom_olivia_floor_01:
|
||||
state: on
|
||||
color_temp: 255
|
||||
brightness: 255
|
||||
light.bedroom_olivia_ceiling_01:
|
||||
state: off
|
Reference in New Issue
Block a user