From 908083c4b5fea65fe4048e1e22260fc8229683bd Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Thu, 27 Dec 2018 16:02:41 -0500 Subject: [PATCH] Add some more scenes --- scenes.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/scenes.yaml b/scenes.yaml index cd23e5d..97ceaa8 100644 --- a/scenes.yaml +++ b/scenes.yaml @@ -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]