52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
# Amazon Alexa Smart Home Skill
|
|
# https://www.home-assistant.io/integrations/alexa.smart_home/
|
|
# https://github.com/home-assistant/core/tree/dev/homeassistant/components/alexa
|
|
|
|
# Amazon Alexa Custom Skill
|
|
# https://www.home-assistant.io/integrations/alexa.intent/
|
|
|
|
|
|
alexa:
|
|
smart_home:
|
|
locale: de-DE
|
|
#endpoint: https://api.amazonalexa.com/v3/events
|
|
#client_id: YOUR_SKILL_CLIENT_ID # https://www.home-assistant.io/integrations/alexa.smart_home/#proactive-events
|
|
#client_secret: YOUR_SKILL_CLIENT_SECRET
|
|
filter:
|
|
# exclude_domains:
|
|
# - light
|
|
include_entities:
|
|
# scripts
|
|
- script.good_morning
|
|
- script.good_night
|
|
- script.back_home_again
|
|
- script.tv_time
|
|
- script.homeoffice_time
|
|
- script.leaving_home
|
|
# lighs
|
|
- light.attic_ceiling_spots
|
|
- light.wohnzimmerlichter
|
|
- light.esszimmerlichter
|
|
- light.licht_esszimmer_tisch
|
|
- light.kitchenlights
|
|
- light.stricklicht
|
|
- switch.tannenbaum
|
|
# entity_config:
|
|
# switch.tannenbaum:
|
|
|
|
|
|
|
|
# - light.kitchen
|
|
# - light.kitchen_left
|
|
# include_entity_globs:
|
|
# - binary_sensor.*_motion
|
|
# include_domains:
|
|
# - switch
|
|
# exclude_entities:
|
|
# - switch.outside
|
|
# entity_config:
|
|
# light.kitchen:
|
|
# name: "Custom Name for Alexa"
|
|
# description: "The light in the kitchen"
|
|
# switch.stairs:
|
|
# display_categories: LIGHT |