Add some more scenes

This commit is contained in:
Correl Roush 2018-12-27 16:02:41 -05:00
parent 1f95c9956f
commit 908083c4b5
1 changed files with 29 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# Living Room
- name: Bright
entities:
light.living_room:
@ -16,6 +17,18 @@
state: on
brightness: 254
xy_color: [0.3146,0.3303]
- name: Christmas
entities:
light.sofa:
state: on
brightness: 254
xy_color: [0.422,0.321]
light.candle:
state: on
brightness: 254
xy_color: [0.23,0.59]
## Living Room Brightness
- name: Normal Brightness
entities:
light.living_room:
@ -31,6 +44,8 @@
light.living_room:
state: on
brightness_pct: 20
# Bedroom
- name: Colorful
entities:
light.standing_lamp:
@ -45,3 +60,17 @@
state: on
brightness: 212
xy_color: [0.3788,0.5431]
- name: Speed of Sound Sonic
entities:
light.standing_lamp:
state: on
brightness: 92
xy_color: [0.324,0.154]
light.correls_nightstand:
state: on
brightness: 92
xy_color: [0.298,0.144]
light.stephanies_nightstand:
state: on
brightness: 92
xy_color: [0.198,0.38]