38 regels
1.2 KiB
YAML
38 regels
1.2 KiB
YAML
|
# 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
|
||
|
- switch.livingroom_music
|
||
|
- switch.livingroom_netflix
|
||
|
- switch.harmony_firetv
|
||
|
- switch.harmony_steamlink
|
||
|
- switch.harmony_playstation
|
||
|
# include_domains:
|
||
|
# - switch
|
||
|
# exclude_entities:
|
||
|
# - switch.outside
|
||
|
entity_config:
|
||
|
# switch.stairs:
|
||
|
# display_categories: LIGHT
|
||
|
light.ambilight:
|
||
|
name: Ambilight
|
||
|
description: Wohnzimmer - TV Ambilight
|
||
|
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
|