Skip to content

Commit

Permalink
add scenes and thermostat to alexa
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Nov 5, 2018
1 parent 295656b commit a5c0c06
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion alexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
- input_boolean.turn_fan_on_when_hot
- input_boolean.sleepmode
- vacuum.xiaomi_vacuum_cleaner
- scene.gemutliches_wohnzimmer
- scene.alles_grun
- scene.alles_rot
- scene.alles_blau
- climate.bad_thermostat
- climate.wohnzimmer_thermostat
include_domains:
- light
entity_config:
Expand Down Expand Up @@ -240,4 +246,21 @@
vacuum.xiaomi_vacuum_cleaner:
name: Snowie
description: Schalte Snowie an/aus
display_categories: SWITCH
display_categories: SWITCH
scene.alles_grun:
name: Alles Grün
description: Das Wohnzimmer wird grün
scene.alles_rot:
name: Alles Rot
description: Das Wohnzimmer wird rot
scene.alles_blau:
name: Alles Blau
description: Das Wohnzimmer wird blau
climate.bad_thermostat:
name: Bad Thermostat
description: Das Badezimmer Fußboden Thermostat
display_categories: THERMOSTAT
climate.wohnzimmer_thermostat:
name: Wohnzimmer Thermostat
description: Das Wohnzimmer Fußboden Thermostat
display_categories: THERMOSTAT

0 comments on commit a5c0c06

Please sign in to comment.