-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathintent_script.yaml
More file actions
73 lines (73 loc) · 2.22 KB
/
intent_script.yaml
File metadata and controls
73 lines (73 loc) · 2.22 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
ActivateSceneIntent:
action:
service: scene.turn_on
data_template:
entity_id: scene.{{ Scene | replace(" ", "_") }}
speech:
type: plain
text: !include alexa_confirm.yaml
RunScriptIntent:
action:
service: script.turn_on
data_template:
entity_id: script.{{ Script | replace(" ", "_") }}
speech:
type: plain
text: !include alexa_confirm.yaml
amzn1.ask.skill.a578b303-2cde-4776-84f1-6cfa79e7d751:
action:
service: script.turn_on
entity_id: script.red_alert
speech:
type: plain
#text: We're all going to die!!!
text: Inside temperature is {{ states.sensor.main_thermostat_temperature.state_with_unit }}!
amzn1.ask.skill.dbaaab97-11d4-45d7-9875-d6eadc748410:
action:
service: script.turn_on
entity_id: script.dummy
speech:
type: plain
text: Current living room temperature is {{ states.sensor.main_thermostat_temperature.state_with_unit }}!
amzn1.ask.skill.abf3a7f8-ce07-40db-8ef8-866e8c2a7409:
action:
service: script.turn_on
entity_id: script.dummy
speech:
type: plain
text: Current outside temperature is {{ states.sensor.pws_temp_f.state_with_unit }}!
#amzn1.ask.skill.92deb925-7ca4-4192-94c2-60539585e01a:
# action:
# service: script.turn_on
# entity_id: script.front_walk_camera_pop
# speech:
# type: plain
# text: !include alexa_confirm.yaml
amzn1.ask.skill.445c2bb0-4046-4968-ae85-4f59bfd00d2a:
action:
service: script.turn_on
entity_id: script.driveway_camera_pop
speech:
type: plain
text: !include alexa_confirm.yaml
amzn1.ask.skill.46b6ee31-111d-46f6-8005-af2303e07bc6:
action:
service: script.turn_on
entity_id: script.patio_camera_pop
speech:
type: plain
text: !include alexa_confirm.yaml
amzn1.ask.skill.75a9b99e-3da1-49b8-8ab1-2206d2386e96:
action:
service: script.turn_on
entity_id: script.backyard_camera_pop
speech:
type: plain
text: !include alexa_confirm.yaml
amzn1.ask.skill.9572c7de-5092-4e57-9054-030fe8728dc9:
action:
service: input_boolean.turn_on
entity_id: input_boolean.200k_celebration
speech:
type: plain
text: "Congratulations r home automation! Time to party!!!"