Skip to content

Commit

Permalink
better scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Nov 5, 2018
1 parent 5fd299e commit 1b97268
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion alexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions scenes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1b97268

Please sign in to comment.