102 lines
3.2 KiB
YAML
102 lines
3.2 KiB
YAML
# 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
|
|
client_id: !secret alexa_client_id
|
|
client_secret: !secret alexa_client_secret
|
|
filter:
|
|
include_entities:
|
|
- light.ambilight
|
|
- light.kuchen_theke
|
|
- light.esstisch
|
|
- light.office_rgb
|
|
- light.lichtleiste
|
|
- light.onair
|
|
- light.stimmungslicht
|
|
- light.lichterkette
|
|
- light.philips_iris
|
|
- switch.livingroom_music
|
|
- switch.livingroom_netflix
|
|
- switch.harmony_firetv
|
|
- switch.harmony_steamlink
|
|
- switch.harmony_playstation
|
|
- switch.harmony_denon_power
|
|
- switch.desktop_wol
|
|
- switch.desktop_jenny_wol
|
|
- switch.wallboard_display
|
|
- switch.tplink1
|
|
- switch.osram_plug_01_57b6060a_on_off
|
|
- switch.onair_lamp_recording
|
|
# include_domains:
|
|
# - switch
|
|
# exclude_entities:
|
|
# - switch.outside
|
|
entity_config:
|
|
# switch.stairs:
|
|
# display_categories: LIGHT
|
|
|
|
# ACHTUNG: WHITELIST EBENFALLS ERGÄNZEN!
|
|
light.ambilight:
|
|
name: Ambilight
|
|
description: Wohnzimmer - TV Ambilight
|
|
light.kuchen_theke:
|
|
name: Küche
|
|
description: Küche - Theken-Lichter
|
|
light.esstisch:
|
|
name: Esstisch
|
|
description: Esstisch-Lichter
|
|
light.office_rgb:
|
|
name: Bürolicht
|
|
description: Büro - Deckenlampe
|
|
light.lichtleiste:
|
|
name: Schreibtischlicht
|
|
description: Büro - Schreibtischlicht
|
|
light.stimmungslicht:
|
|
name: Stimmungslicht
|
|
description: Wohnzimmer - Stimmungslicht
|
|
light.lichterkette:
|
|
name: Lichterkette
|
|
description: Garten - Lichterkette
|
|
light.onair:
|
|
name: Studio-Treppe
|
|
description: Studio-Treppenlicht
|
|
light.philips_iris:
|
|
name: Iris
|
|
description: Studio-Stimmungslicht
|
|
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
|
|
description: Harmony - Playstation
|
|
switch.harmony_denon_power:
|
|
name: Receiver
|
|
description: Harmony - Denon AVR
|
|
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
|
|
switch.osram_plug_01_57b6060a_on_off:
|
|
name: Ring
|
|
description: Studio-Steckdose
|
|
switch.onair_lamp_recording:
|
|
name: Aufnahme
|
|
description: Studio-Treppenlicht Aufnahme-Modus
|
|
# ACHTUNG: WHITELIST EBENFALLS ERGÄNZEN! |