-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsensor.yaml
More file actions
194 lines (155 loc) · 5.49 KB
/
sensor.yaml
File metadata and controls
194 lines (155 loc) · 5.49 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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
#########################################################
# Upstairs Hall Motion Sensor
#########################################################
- platform: mqtt
name: "motion_upstairs_hall_battery"
state_topic: "smartthings/Upstairs Hall Motion/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "motion_upstairs_hall_temperature"
state_topic: "smartthings/Upstairs Hall Motion/temperature"
unit_of_measurement: "°C"
#########################################################
# Stairs Motion Sensor
#########################################################
- platform: mqtt
name: "motion_stairs_battery"
state_topic: "smartthings/Stairs Motion/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "motion_stairs_temperature"
state_topic: "smartthings/Stairs Motion/temperature"
unit_of_measurement: "°C"
#########################################################
# Spare Room Motion Sensor
#########################################################
- platform: mqtt
name: "motion_spare_room_battery"
state_topic: "smartthings/Spare Room Motion/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "motion_spare_room_temperature"
state_topic: "smartthings/Spare Room Motion/temperature"
unit_of_measurement: "°C"
#########################################################
# Downstairs Hall Motion Sensor
#########################################################
- platform: mqtt
name: "motion_downstairs_hall_battery"
state_topic: "smartthings/Downstairs Hall Motion/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "motion_downstairs_hall_temperature"
state_topic: "smartthings/Downstairs Hall Motion/temperature"
unit_of_measurement: "°C"
#########################################################
# Living Room Motion Sensor
#########################################################
- platform: mqtt
name: "multisensor_living_room_battery"
state_topic: "smartthings/Living Room Multisensor/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "multisensor_living_room_temperature"
state_topic: "smartthings/Living Room Multisensor/temperature"
unit_of_measurement: "°C"
- platform: mqtt
name: "multisensor_living_room_illuminance"
state_topic: "smartthings/Living Room Multisensor/illuminance"
unit_of_measurement: "lux"
- platform: mqtt
name: "motion_living_room_battery"
state_topic: "smartthings/Living Room Motion/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "motion_living_room_temperature"
state_topic: "smartthings/Living Room Motion/temperature"
unit_of_measurement: "°C"
#########################################################
# Kitchen Motion Sensor
#########################################################
- platform: mqtt
name: "multisensor_kitchen_battery"
state_topic: "smartthings/Kitchen Multisensor/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "multisensor_kitchen_temperature"
state_topic: "smartthings/Kitchen Multisensor/temperature"
unit_of_measurement: "°C"
- platform: mqtt
name: "multisensor_kitchen_illuminance"
state_topic: "smartthings/Kitchen Multisensor/illuminance"
unit_of_measurement: "lux"
- platform: mqtt
name: "motion_kitchen_battery"
state_topic: "smartthings/Kitchen Motion/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "motion_kitchen_temperature"
state_topic: "smartthings/Kitchen Motion/temperature"
unit_of_measurement: "°C"
#########################################################
# Dining Room Motion Sensor
#########################################################
- platform: mqtt
name: "motion_dining_room_battery"
state_topic: "smartthings/Dining Room Motion/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "motion_dining_room_temperature"
state_topic: "smartthings/Dining Room Motion/temperature"
unit_of_measurement: "°C"
#########################################################
# Office Motion Sensor
#########################################################
- platform: mqtt
name: "motion_office_battery"
state_topic: "smartthings/Office Motion/battery"
unit_of_measurement: "%"
- platform: mqtt
name: "motion_office_temperature"
state_topic: "smartthings/Office Motion/temperature"
unit_of_measurement: "°C"
#########################################################
# Lounge Lamp Power Switch
#########################################################
- platform: mqtt
name: "switch_living_room_lamp_power"
state_topic: "smartthings/Living Room Lamp/power"
unit_of_measurement: "W"
#########################################################
# Computer Power Switch
#########################################################
- platform: mqtt
name: "switch_gaming_computer_power"
state_topic: "smartthings/Gaming Computer/power"
unit_of_measurement: "W"
#########################################################
# London Underground
#########################################################
- platform: london_underground
line:
- Victoria
- Northern
#########################################################
# Dark Sky Weather
#########################################################
- platform: darksky
api_key: !secret dark_sky_api_key
monitored_conditions:
- summary
- icon
- temperature
- daily_summary
- hourly_summary
- precip_type
- precip_intensity
- precip_probability
- apparent_temperature
- wind_speed
- wind_bearing
- humidity
- cloud_cover
- temperature_min
- temperature_max
- pressure