From a5c0c0612016e8f876d2761077a3266bda84a38d Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Mon, 5 Nov 2018 21:58:22 +0100 Subject: [PATCH] add scenes and thermostat to alexa --- alexa.yaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/alexa.yaml b/alexa.yaml index 75a6f0e2..1708d82b 100644 --- a/alexa.yaml +++ b/alexa.yaml @@ -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: @@ -240,4 +246,21 @@ vacuum.xiaomi_vacuum_cleaner: name: Snowie description: Schalte Snowie an/aus - display_categories: SWITCH \ No newline at end of file + 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 \ No newline at end of file