home-automation-home-assistant/config/alexa.yaml

102 lines
3.2 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.eu.amazonalexa.com/v3/events
locale: de-DE
2019-01-16 12:47:15 +00:00
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
2020-11-18 21:12:34 +00:00
- light.office_rgb
- light.lichtleiste
2020-07-12 00:06:15 +00:00
- light.onair
2020-11-18 21:12:34 +00:00
- light.stimmungslicht
- light.lichterkette
- light.philips_iris
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.desktop_jenny_wol
- switch.wallboard_display
- switch.tplink1
2020-07-12 00:06:15 +00:00
- switch.osram_plug_01_57b6060a_on_off
- switch.onair_lamp_recording
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
2020-11-18 21:12:34 +00:00
light.office_rgb:
name: Bürolicht
2019-10-13 09:25:04 +00:00
description: Büro - Deckenlampe
2020-11-18 21:12:34 +00:00
light.lichtleiste:
name: Schreibtischlicht
description: Büro - Schreibtischlicht
2019-01-20 11:08:34 +00:00
light.stimmungslicht:
name: Stimmungslicht
description: Wohnzimmer - Stimmungslicht
2020-11-18 21:12:34 +00:00
light.lichterkette:
name: Lichterkette
description: Garten - Lichterkette
2020-07-12 00:06:15 +00:00
light.onair:
name: Studio-Treppe
description: Studio-Treppenlicht
light.philips_iris:
name: Iris
description: Studio-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.desktop_jenny_wol:
name: Ronny
description: Jennys Computer
switch.wallboard_display:
name: Display
description: Wallboard Display
switch.tplink1:
name: Kamera
description: Wohnzimmer Kamera
2020-07-12 00:06:15 +00:00
switch.osram_plug_01_57b6060a_on_off:
name: Ring
description: Studio-Steckdose
switch.onair_lamp_recording:
name: Aufnahme
description: Studio-Treppenlicht Aufnahme-Modus
2019-01-20 11:08:34 +00:00
# ACHTUNG: WHITELIST EBENFALLS ERGÄNZEN!