-
Notifications
You must be signed in to change notification settings - Fork 70
/
google_assistant.yaml
144 lines (144 loc) · 3.75 KB
/
google_assistant.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
service_account: !include service_account.json
project_id: !secret assistant_project_id
report_state: true
expose_by_default: false
secure_devices_pin: !secret alarm_code
entity_config:
# Alarm
alarm_control_panel.master:
expose: true
room: Vestibule
camera.front_camera_lowres:
expose: true
# Lights and sockets
light.living_room:
expose: true
room: Living room
light.downstairs_hall:
expose: true
room: HHall
light.master_bedroom:
expose: true
light.second_bedroom:
expose: true
light.office_strip:
expose: true
room: Office
switch.living_room_cabinet_light:
expose: true
room: Living room
switch.garden_lights:
expose: true
switch.living_room_christmas_tree:
expose: true
room: Living room
# Doors and windows
## Downstairs
binary_sensor.living_room_door_contact:
expose: true
room: Living room
binary_sensor.patio_door_left_contact:
expose: true
room: Living room
binary_sensor.patio_door_right_contact:
expose: true
room: Living room
binary_sensor.patio_window_left_contact:
expose: true
room: Living room
binary_sensor.patio_window_right_contact:
expose: true
room: Living room
binary_sensor.family_room_door_contact:
expose: true
room: Family room
binary_sensor.family_window_right_contact:
expose: true
room: Family room
binary_sensor.family_window_left_contact:
expose: true
room: Family room
binary_sensor.kitchen_window_right_contact:
expose: true
binary_sensor.kitchen_window_left_contact:
expose: true
binary_sensor.utility_door_exterior_contact:
expose: true
binary_sensor.front_door_contact:
expose: true
binary_sensor.toilet_door_contact:
expose: true
binary_sensor.vestibule_window_front_contact:
expose: true
binary_sensor.vestibule_window_side_contact:
expose: true
binary_sensor.vestibule_door_contact:
expose: true
## Upstairs
binary_sensor.bathroom_door_contact:
expose: true
binary_sensor.bathroom_window_contact:
expose: true
binary_sensor.guest_bedroom_door_contact:
expose: true
binary_sensor.guest_bedroom_window_left_contact:
expose: true
binary_sensor.guest_bedroom_window_right_contact:
expose: true
binary_sensor.master_bedroom_door_contact:
expose: true
binary_sensor.master_window_left_contact:
expose: true
binary_sensor.master_window_right_contact:
expose: true
binary_sensor.master_ensuite_door_contact:
expose: true
binary_sensor.master_window_ensuite_contact:
expose: true
binary_sensor.office_door_contact:
expose: true
room: Office
binary_sensor.office_window_contact:
expose: true
room: Office
binary_sensor.second_bedroom_door_contact:
expose: true
binary_sensor.second_bedroom_window_left_contact:
expose: true
binary_sensor.second_bedroom_window_right_contact:
expose: true
binary_sensor.second_ensuite_door_contact:
expose: true
binary_sensor.second_bedroom_window_ensuite_contact:
expose: true
binary_sensor.spare_bedroom_door_contact:
expose: true
binary_sensor.spare_bedroom_window_left_contact:
expose: true
binary_sensor.spare_bedroom_window_right_contact:
expose: true
binary_sensor.loft_hatch_contact:
expose: true
room: Hall
## Outside
binary_sensor.garage_door_bike_contact:
expose: true
room: Garage
binary_sensor.garage_door_car_contact:
expose: true
room: Garage
binary_sensor.garden_gate_contact:
expose: true
room: Garden
binary_sensor.chest_bike_lid_contact:
expose: true
room: Garage
# TVs
media_player.samsung_tv:
expose: true
media_player.sky_q_living_room:
expose: true
room: Living room
media_player.sky_q_family_room:
expose: true
room: Family room