-
Notifications
You must be signed in to change notification settings - Fork 5
/
google_assistant.yaml
executable file
·110 lines (110 loc) · 2.53 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
project_id: !secret google_assistant_project_id
service_account: !include .storage/google-assistant.json
secure_devices_pin: !secret google_assistant_secure_pin
expose_by_default: false
report_state: true
entity_config:
camera.front_door:
room: "Front Door"
name: "Front Door Camera"
switch.front_door:
expose: true
room: "Front Door"
name: "Front Door Light"
camera.back_door:
room: "Back Door"
name: "Back Door Camera"
switch.back_door:
expose: true
room: "Back Door"
name: "Back Door Light"
light.kitchen_light:
expose: true
room: "Kitchen"
name: "Kitchen Light"
light.kitchen_cabinets:
expose: true
room: "Kitchen"
name: "Cabinets"
light.island:
expose: true
room: "Island"
name: "Island Light"
light.dining_room:
expose: true
room: "Dining Room"
name: "Dining Room Light"
switch.hallway:
expose: true
room: "Front Door"
name: "Hallway Light"
light.living_room_light:
expose: true
room: "Living Room"
name: "Living Room Light"
switch.recessed_lights:
expose: true
room: "Living Room"
name: "Living Room Recessed Lights"
light.joels_lamp:
expose: true
room: "Joel's Room"
name: "Lamp"
input_boolean.white_noise:
expose: true
room: "Joel's Room"
name: "White Noise"
cover.blinds_joels_room:
expose: true
room: "Garage"
name: "Joel's Room"
cover.blinds_dining_room:
room: "Dining Room"
name: "Dining Room Blinds"
light.library:
expose: true
room: "Library"
name: "Library Light"
light.office_lamp:
expose: true
room: "Office"
name: "Lamp"
light.office:
expose: true
room: "Office"
name: "Light"
light.theater:
expose: true
room: "Theater"
name: "Theater Light"
light.twinkly:
expose: true
room: "Theater"
name: "Christmas Tree"
light.sconce:
expose: true
room: "Master Bedroom"
name: "Sconce"
switch.theater_outlet_1:
expose: true
room: "Theater"
name: "Theater Outlet 1"
switch.amp:
expose: true
room: "Theater"
name: "Amplifiers"
switch.basement_stairs:
expose: true
room: "Basement"
name: "Stairs"
cover.garage_door:
expose: true
room: "Garage"
name: "Garage Cover"
cover.blinds_stairway:
room: "Stairway"
name: "Stairway Blinds"
switch.garage_exterior_lights:
expose: true
room: "Garage"
name: "Garage Lights"