-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalexa.yaml
46 lines (36 loc) · 870 Bytes
/
alexa.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## UNDER CONSTRUCTION -- Maybe just skip doing fancy stuff with Alexa
# smart_home:
# filter:
# include_entities:
# - light.entryway
# entity_config:
# light.entryway:
# name: Entryway light
# description: The light in the entryway
#
#
# intent_script:
# ActivateSceneIntent:
# action:
# service: scene.turn_on
# data_template:
# entity_id: scene.{{ Scene | replace(" ", "_") }}
# speech:
# type: plain
# text: OK
#
# smart_home:
# filter:
# include_entities:
# - light.kitchen
# - light.kitchen_left
# 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