From 1b9726817841894f0b38560e99f11938bc90712f Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Mon, 5 Nov 2018 22:06:42 +0100 Subject: [PATCH] better scenes --- alexa.yaml | 2 +- scenes.yaml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/alexa.yaml b/alexa.yaml index fb87a063..b31bf389 100644 --- a/alexa.yaml +++ b/alexa.yaml @@ -248,7 +248,7 @@ description: Schalte Snowie an/aus display_categories: SWITCH scene.gemutliches_wohnzimmer: - name: Gemütliches Wohnzimmer + name: Gemütlich description: Lichter im Wohnzimmer wie wir sie mögen scene.alles_grun: name: Alles Grün diff --git a/scenes.yaml b/scenes.yaml index eeabf2b1..a2fff7d4 100644 --- a/scenes.yaml +++ b/scenes.yaml @@ -14,8 +14,15 @@ state: on brightness: 209 rgb_color: [255,120,0] + light.livingroom_yeelight: off + light.bar_table: off + light.treppe_oben: off - name: Alles Rot entities: + light.livingroom_yeelight: + state: on + brightness: 255 + rgb_color: [255,0,0] light.lobby_yeelight: state: on brightness: 255 @@ -34,6 +41,10 @@ rgb_color: [255,0,0] - name: Alles Grün entities: + light.livingroom_yeelight: + state: on + brightness: 255 + rgb_color: [0,255,0] light.lobby_yeelight: state: on brightness: 255 @@ -52,6 +63,10 @@ rgb_color: [0,255,0] - name: Alles Blau entities: + light.livingroom_yeelight: + state: on + brightness: 255 + rgb_color: [0,0,255] light.lobby_yeelight: state: on brightness: 255