home-automation-home-assistant/alexa.yaml

69 lines
2.1 KiB
YAML
Raw Normal View History

2019-01-16 12:47:15 +00:00
# Display Categories: https://developer.amazon.com/de/docs/device-apis/alexa-discovery.html#display-categories
smart_home:
endpoint: https://api.amazonalexa.com/v3/events
client_id: !secret alexa_client_id
client_secret: !secret alexa_client_secret
filter:
include_entities:
- light.ambilight
2019-01-20 11:08:34 +00:00
- light.kuchen_theke
2019-02-02 23:16:33 +00:00
- light.esstisch
2019-10-13 09:25:04 +00:00
- light.office
2019-01-20 11:08:34 +00:00
- switch.livingroom_stimmungslicht
2019-01-16 12:47:15 +00:00
- switch.livingroom_music
- switch.livingroom_netflix
- switch.harmony_firetv
- switch.harmony_steamlink
- switch.harmony_playstation
2019-01-20 11:08:34 +00:00
- switch.harmony_denon_power
2019-10-18 20:25:45 +00:00
- switch.desktop_wol
- switch.wallboard_display
2019-01-16 12:47:15 +00:00
# include_domains:
# - switch
# exclude_entities:
# - switch.outside
entity_config:
# switch.stairs:
# display_categories: LIGHT
2019-01-20 11:08:34 +00:00
# ACHTUNG: WHITELIST EBENFALLS ERGÄNZEN!
2019-01-16 12:47:15 +00:00
light.ambilight:
name: Ambilight
description: Wohnzimmer - TV Ambilight
2019-01-20 11:08:34 +00:00
light.kuchen_theke:
2019-03-18 19:06:18 +00:00
name: Küche
2019-01-20 11:08:34 +00:00
description: Küche - Theken-Lichter
2019-02-02 23:16:33 +00:00
light.esstisch:
name: Esstisch
2019-10-13 09:25:04 +00:00
description: Esstisch-Lichter
light.office:
name: Büro
description: Büro - Deckenlampe
2019-01-20 11:08:34 +00:00
light.stimmungslicht:
name: Stimmungslicht
description: Wohnzimmer - Stimmungslicht
2019-01-16 12:47:15 +00:00
switch.livingroom_music:
name: Musik
description: Wohnzimmer - Musik
switch.livingroom_netflix:
name: Netflix
description: Wohnzimmer - Netflix
switch.harmony_firetv:
name: Fernseher
description: Harmony - FireTV
switch.harmony_steamlink:
name: Konsole
description: Harmony - SteamLink
switch.harmony_playstation:
name: Playstation
2019-01-17 20:08:21 +00:00
description: Harmony - Playstation
switch.harmony_denon_power:
name: Receiver
2019-01-20 11:08:34 +00:00
description: Harmony - Denon AVR
2019-10-18 20:25:45 +00:00
switch.desktop_wol:
name: Computer
description: Computer im Büro
switch.wallboard_display:
name: Display
description: Wallboard Display
2019-01-20 11:08:34 +00:00
# ACHTUNG: WHITELIST EBENFALLS ERGÄNZEN!