forked from aneisch/home-assistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alexa.yaml
174 lines (147 loc) Β· 4.53 KB
/
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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
smart_home:
endpoint: https://api.amazonalexa.com/v3/events
client_id: !secret alexa_client_id
client_secret: !secret alexa_client_secret
filter:
exclude_domains:
- alert
- automation
- cover
- fan
- group
- input_boolean
- binary_sensor
- light
- lock
- media_player
- scene
- script
- sensor
- switch
- input_number
include_entities:
- climate.thermostat
- fan.master_bedroom_ceiling_fan_level
- fan.office_ceiling_fan_level
- group.living_room_lamps
- light.master_bedroom_lamps
- group.common_areas
- light.bethany_nightstand_lamp
- light.bethany_desk_lamp
- light.andrew_nightstand_lamp
- light.andrew_desk_lamp
- light.guest_nightstand_lamp
- media_player.plex_chromecast
- script.appdaemon_ac_night
- script.appdaemon_ac_morning
- script.too_cold
- script.too_hot
- script.master_bedroom_bedtime
- script.master_bedroom_wakeup
- sensor.grill_probe_1
- sensor.grill_probe_2
- sensor.master_bedroom_temperature
- sensor.office_temperature
- switch.christmas_tree
- switch.tv
- switch.kitchen_table_light_switch
- switch.master_bathroom_light_switch
- switch.nas
- switch.outdoor_zwave_switch
- switch.tv_remote_hdmi_1
- switch.tv_remote_hdmi_2
entity_config:
climate.thermostat:
name: "Thermostat"
display_categories: THERMOSTAT
fan.master_bedroom_ceiling_fan_level:
name: "Master Bedroom Ceiling Fan"
display_categories: FAN
fan.office_ceiling_fan_level:
name: "Office Ceiling Fan"
display_categories: FAN
group.living_room_lamps:
name: "Living Room Lamps"
display_categories: LIGHT
group.master_common_areas:
name: "Common Areas"
display_categories: LIGHT
light.andrew_nightstand_lamp:
name: "Andrew's Lamp"
description: "Andrew's nightstand lamp"
display_categories: LIGHT
light.bethany_nightand_lamp:
name: "Bethany's Lamp"
description: "Bethany's nightstand lamp"
display_categories: LIGHT
light.andrew_desk_lamp:
name: "Andrew Desk Lamp"
display_categories: LIGHT
light.bethany_desk_lamp:
name: "Bethany Desk Lamp"
display_categories: LIGHT
light.guest_nightstand_lamp:
name: "Guest Bedroom Lamp"
display_categories: LIGHT
light.master_bedroom_lamps:
name: "Master Bedroom Lamps"
display_categories: LIGHT
script.appdaemon_ac_night:
name: "AC Night Mode"
description: "Change AC to nighttime temperature"
display_categories: SCENE_TRIGGER
script.appdaemon_ac_morning:
name: "AC Day Mode"
description: "Change AC to daytime temperature"
display_categories: SCENE_TRIGGER
script.too_cold:
name: "Too Cold"
description: "Raise temperature by a few degrees"
display_categories: SCENE_TRIGGER
script.too_hot:
name: "Too Hot"
description: "Lower temperature by a few degrees"
display_categories: SCENE_TRIGGER
script.master_bedroom_bedtime:
name: "Master Bedroom Bedtime"
description: "Get Master Bedroom Ready for Bed"
display_categories: SCENE_TRIGGER
script.master_bedroom_wakeup:
name: "Master Bedroom Wakeup"
description: "Get Master Bedroom Ready for Day"
display_categories: SCENE_TRIGGER
sensor.master_bedroom_temperature:
name: "Master Bedroom Temperature"
display_categories: TEMPERATURE_SENSOR
sensor.office_temperature:
name: "Office Temperature"
display_categories: TEMPERATURE_SENSOR
sensor.grill_probe_1:
name: "Probe 1"
display_categories: TEMPERATURE_SENSOR
sensor.grill_probe_2:
name: "Probe 2"
display_categories: TEMPERATURE_SENSOR
switch.tv:
name: "TV"
description: "TV Power"
display_categories: TV
switch.master_bathroom_light_switch:
name: "Bathroom Light"
description: "Master Bathroom Light"
display_categories: LIGHT
switch.kitchen_table_light_switch:
name: "Kitchen Table Light"
display_categories: LIGHT
switch.nas:
name: "Plex"
display_categories: SWITCH
switch.outdoor_zwave_switch:
name: "Globe Lights"
display_categories: SWITCH
switch.tv_remote_hdmi_1:
name: "XBOX"
display_categories: SWITCH
switch.tv_remote_hdmi_2:
name: "Chromecast"
display_categories: SWITCH