-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcustomize.yaml
executable file
·489 lines (391 loc) · 12.4 KB
/
customize.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
input_text.base_url:
hidden: true
input_boolean.weather:
custom_ui_state_card: custom-weather-card
config:
weather: weather.darksky
sun: sun.sun
sensor.dark_sky_temperature:
friendly_name: Temperature
sensor.dark_sky_apparent_temperature:
friendly_name: Apparent Temperature
sensor.dark_sky_humidity:
friendly_name: Humidity
sensor.dark_sky_wind_speed:
friendly_name: Wind Speed
sensor.dark_sky_daily_max_precip_intensity:
friendly_name: Daily Max Precip Intensity
icon: mdi:beaker
sensor.dark_sky_cloud_coverage:
friendly_name: Cloud Coverage
sensor.wind:
icon: mdi:weather-windy
sensor.weather_week_text:
icon: mdi:calendar-range
binary_sensor.floorplan:
custom_ui_state_card: state-card-floorplan
config: !include floorplan.yaml
sensor.empirestatelights:
friendly_name: The View
custom_ui_state_card: state-card-text
sensor.dark_sky_summary:
friendly_name: Forecast
custom_ui_state_card: state-card-text
sensor.dark_sky_hourly_summary:
friendly_name: In the next hour
custom_ui_state_card: state-card-text
sensor.dark_sky_daily_summary:
friendly_name: 24 Hour Forecast
custom_ui_state_card: state-card-text
sensor.dark_sky_minutely_summary:
friendly_name: Right Now
custom_ui_state_card: state-card-text
sensor.pretty_date_time:
friendly_name: Today
custom_ui_state_card: state-card-text
sensor.pretty_date:
friendly_name: Today
custom_ui_state_card: state-card-text
sensor.template_calendar_next:
friendly_name: Next Event
custom_ui_state_card: state-card-text
sensor.new_nextcal_location:
friendly_name: Next Event Location
custom_ui_state_card: state-card-text
sensor.nextcal_location:
friendly_name: Next Event Location
custom_ui_state_card: state-card-text
sensor.nextcal_message:
friendly_name: Next Event Name
custom_ui_state_card: state-card-text
sensor.date:
friendly_name: Date
custom_ui_state_card: state-card-text
sensor.template_calendar_birthday_date:
friendly_name: Next Birthday Date
custom_ui_state_card: state-card-text
sensor.template_calendar_birthday:
friendly_name: Next Birthday
custom_ui_state_card: state-card-text
sensor.myipopendnscom:
friendly_name: DNS
custom_ui_state_card: state-card-text
sensor.stats_work:
icon: mdi:domain
friendly_name: 'At Work (7 days)'
sensor.stats_home:
icon: mdi:home
friendly_name: 'At Home (7 days)'
sensor.stats_bed:
icon: mdi:bed-king
friendly_name: 'In Bed (7 days)'
sensor.usps_mail:
friendly_name: USPS Mail
templates:
icon: >
if (state > 1) return 'mdi:email-multiple-outline';
return 'mdi:email-outline';
icon_color: >
if (state > 0) return 'rgb(251, 210, 41)';
return 'rgb(54, 95, 140)';
sensor.usps_packages:
friendly_name: USPS Packages
icon: mdi:package-varient
templates:
icon_color: >
if (state > 0) return 'rgb(251, 210, 41)';
return 'rgb(54, 95, 140)';
sensor.noaa_reef_temp_str:
friendly_name: NOAA Reef Temp String
sensor.reefsunrisetides:
friendly_name: Reef Sunrise
sensor.reefsunsettides:
friendly_name: Reef Sunset
sensor.mqtt_topic_home_sysinfo_template:
friendly_name: HomeCam Server Temperature
group.reef_temp:
friendly_name: Reef Aquarium Temperature
group.amazon_tank:
friendly_name: Amazon Aquarium
sensor.mqtt_topic_octo_sysinfo_template_serverload:
friendly_name: Server Load
sensor.mqtt_topic_octo_sysinfo_template_serverspeed:
friendly_name: Server Speed
sensor.mqtt_topic_octo_sysinfo_template_servertemp:
friendly_name: Server Temperature
sensor.mqtt_topic_octo_sysinfo_template_watertemp:
friendly_name: Aquarium Water Temperature
sensor.amazonnexthightide:
friendly_name: Next High Tide
sensor.amazonnextlowtide:
friendly_name: Next Low Tide
sensor.amazonsunrisetides:
friendly_name: Sunrise
sensor.amazonsunsettides:
friendly_name: Sunset
sensor.amazonwatertemptides:
friendly_name: "Today's Actual (°C)"
sensor.mqtt_topic_reef_sysinfo_template_serverload:
friendly_name: Server Load
sensor.mqtt_topic_reef_sysinfo_template_serverspeed:
friendly_name: Server Speed
sensor.mqtt_topic_reef_sysinfo_template_servertemp:
friendly_name: Server Temperature
sensor.mqtt_topic_reef_sysinfo_template_watertemp:
friendly_name: Water Temperature
sensor.reef_ocean_temp_c:
friendly_name: "Today's Actual (°C)"
sensor.reef_ocean_temp_f:
friendly_name: "Today's Actual (°F)"
history_graph.reef_water_temp_sync:
friendly_name: Temperature Sync
history_graph.fios_speed:
friendly_name: Fios Speeds
sensor.speedtest_download:
friendly_name: Download
sensor.speedtest_upload:
friendly_name: Upload
sensor.speedtest_ping:
friendly_name: Ping
sensor.mqtt_topic_home_sysinfo_template_ambient_temperature:
friendly_name: Inside Temperature
sensor.onlyreefcontrolpitemp:
friendly_name: Water Temperature
sensor.onlyreefcontrolpitemptime:
friendly_name: Last Checked
sensor.onlyreefcontrolcpumemory:
friendly_name: CPU Memory
sensor.onlyreefcontrolcpuload:
friendly_name: CPU Load
sensor.northbound_f_delancey_st:
entity_picture: /local/images/icons/F.png
sensor.northbound_m_essex_st:
entity_picture: /local/images/icons/M.png
sensor.northbound_b_grand_st:
entity_picture: /local/images/icons/B.png
sensor.northbound_d_grand_st:
entity_picture: /local/images/icons/D.png
sensor.southbound_f_east_broadway:
entity_picture: /local/images/icons/F.png
sensor.northbound_j_essex_st:
entity_picture: /local/images/icons/J.png
sensor.northbound_z_essex_st:
entity_picture: /local/images/icons/Z.png
sensor.m14a_crosstown_at_clinton_street:
entity_picture: /local/images/icons/M14A.png
sensor.m15_local_uptown_allen_at_grand:
entity_picture: /local/images/icons/M15.png
sensor.m15sbs_uptown_allen_at_grand:
entity_picture: /local/images/icons/M15SBS.png
climate.reef_tank_therm:
target_temp_step: 0.01
climate.octo_tank_therm:
target_temp_step: 0.01
switch.reef_pump_2:
icon: mdi:fast-forward
switch.reef_pump_1:
icon: mdi:fast-forward
switch.reef_pump_1_reverse:
icon: mdi:rewind
switch.reef_pump_1_scheduled:
icon: mdi:clock
sensor.reefcontrolpipump2power:
icon: mdi:eyedropper
sensor.reefcontrolpipump1status:
icon: mdi:pipe
switch.kessil_light_level_1:
icon: mdi:alpha-a-box
switch.kessil_light_level_2:
icon: mdi:alpha-b-box
switch.kessil_light_level_3:
icon: mdi:alpha-c-box
switch.kessil_light_level_4:
icon: mdi:alpha-d-box
switch.kessil_light_level_5:
icon: mdi:alpha-e-box
switch.kessil_light_level_6:
icon: mdi:alpha-f-box
switch.kessil_light_level_7:
icon: mdi:alpha-g-box
switch.kessil_light_level_8:
icon: mdi:alpha-h-box
switch.kessil_light_level_9:
icon: mdi:alpha-i-box
switch.kessil_light_level_10:
icon: mdi:alpha-j-box
switch.kessil_light_level_11:
icon: mdi:alpha-k-box
switch.kessil_light_level_12:
icon: mdi:alpha-l-box
switch.06200940dc4f22cbb94b_4:
icon: mdi:lightbulb-on
switch.entry_light:
icon: mdi:lightbulb-on
switch.motion_detect:
icon: mdi:security
switch.garden_light:
icon: mdi:weather-sunny
switch.garden_waterbot:
icon: mdi:water-pump
sensor.mqtt_topic_garden_humidity_template:
icon: mdi:water-percent
sensor.mqtt_topic_garden_moisture_level_template_level:
icon: mdi:cup-water
sensor.mqtt_topic_garden_moisture_level_template_time:
icon: mdi:clock
sensor.mqtt_topic_garden_humidity_template_time:
icon: mdi:clock
input_boolean.bedroom_alarm_clock_status:
icon: mdi:alarm
switch.pantilt_up:
icon: mdi:arrow-up-box
switch.pantilt_down:
icon: mdi:arrow-down-box
switch.pantilt_left:
icon: mdi:arrow-left-box
switch.pantilt_right:
icon: mdi:arrow-right-box
switch.pantilt_center:
icon: mdi:image-filter-center-focus
switch.2437254184f3eb69e784:
icon: mdi:power-plug
binary_sensor.homecam_motion_sensor:
icon: fas:video
binary_sensor.bedroom_motion:
icon: fas:bed
binary_sensor.bathroom_motion:
icon: fas:bath
binary_sensor.birdfeed_motion:
icon: fas:crow
binary_sensor.entry_motion:
icon: fas:door-open
binary_sensor.kiosk_motion:
icon: fas:door-open
binary_sensor.tablet_motion:
icon: fas:tablet-alt
sensor.gabes_keys_room_presence:
friendly_name: Gabes Keys
icon: mdi:key-chain-variant
sensor.ajs_keys_room_presence:
friendly_name: AJs Keys
icon: mdi:key-chain-variant
sensor.gabes_wallet_room_presence:
friendly_name: Gabes Wallet
icon: mdi:cards-playing-outline
script.radio_tune:
friendly_name: Start Playing
icon: mdi:play
#input_boolean.bedroom_alarm_clock_status:
# templates:
# icon: >
# if (state == 'on') return 'mdi:alarm';
# return 'mdi:alarm-off';
# icon_color: >
# if (state == 'on') return 'rgb(251, 210, 41)';
# return 'rgb(54, 95, 140)';
#kiosk
sensor.kiosk_brightness:
hidden: true
binary_sensor.kiosk_screen:
hidden: true
input_number.kiosk_brightness:
hidden: true
icon: mdi:mobile
binary_sensor.browser_note_kiosk:
friendly_name: "Entry Kiosk"
icon: mdi:mobile
switch.sonoff_10006b7f44:
entity_picture: /local/images/humidifier.jpg
sensor.gabe_status:
entity_picture: https://pbs.twimg.com/profile_images/729829958621773825/6tR5_2u-_400x400.jpg
person.gabe:
entity_picture: /local/icons/badge_gabe.png
person.aaron_2:
entity_picture: /local/icons/badge_aj.jpg
sensor.aj_status:
entity_picture: /local/icons/badge_aj.jpg
person.mini_cooper:
entity_picture: /local/icons/badge_mini.jpg
person.berny_2:
entity_picture: /local/icons/badge_berny.png
person.janet:
entity_picture: /local/icons/badge_janet.png
switch.call_the_hounds:
friendly_name: "Call the Hounds!"
icon: mdi:dog-side
rest_command.trigger_snapshot_room:
icon: mdi:camera
media_player.snapcast_client_b8_27_eb_79_e8_44:
friendly_name: "VolumioSnapcastClient"
media_player.snapcast_client_ffffffff_f480_0bd5_0000_00007bf68e41:
friendly_name: "GabesMateSnapcastClient"
media_player.snapcast_client_12_42_bf_4f_88_4f:
friendly_name: "BedroomSnapcastClient"
media_player.snapcast_client_b8_27_eb_31_93_b7:
friendly_name: "BirdfeedSnapcastClient"
media_player.snapcast_client_b8_27_eb_84_9d_15:
friendly_name: "LCDSnapcastClient"
media_player.snapcast_client_b8_27_eb_e1_e2_66:
friendly_name: "BathroomSnapcastClient"
# Devices
device_tracker.001bc70517d8:
entity_picture: /local/images/device_lorexcam.jpg
device_tracker.104fa8d6e235:
entity_picture: /local/images/device_bluray.jpg
device_tracker.42a6774db0cd:
entity_picture: /local/images/devicepic_asus.png
device_tracker.amazon_9dff0b9a7:
entity_picture: /local/images/devicepic_alexa.png
device_tracker.av_samsung_soundbar_k360_kseries:
entity_picture: /local/images/devicepic_soundbar.png
device_tracker.d04d2c107c33:
entity_picture: /local/images/devicepic_roku.png
device_tracker.esp_2fdf0d:
entity_picture: /local/images/device_mailbox.jpg
device_tracker.harmonyhub:
entity_picture: /local/images/device_harmony_hub.jpg
device_tracker.homecam:
entity_picture: /local/images/devicepic_rpizero.png
device_tracker.huawei_mate_9_92528f2b1a5:
entity_picture: /local/images/devicepic_mate.png
device_tracker.octopi_2:
entity_picture: /local/images/devicepic_printer.png
device_tracker.philipshue:
entity_picture: /local/images/devicepic_hue.png
device_tracker.reefcam_pantilt:
entity_picture: /local/images/devicepic_rpizero.png
device_tracker.reefcontrolpi:
entity_picture: /local/images/devicepic_reefpi.png
device_tracker.reef_tank_3:
entity_picture: /local/images/devicepic_reefpi.png
device_tracker.android_ac43312d0683f1c6:
entity_picture: /local/images/device_entry_kiosk.jpg
device_tracker.retropie:
entity_picture: /local/images/devicepic_fluxcap.png
device_tracker.octocam:
entity_picture: /local/images/devicepic_herbs.png
device_tracker.esp_55f8c6:
entity_picture: /local/images/devicepic_ferns.png
device_tracker.gabes_macbook:
entity_picture: /local/images/device_macbook.jpeg
device_tracker.gabe_s_galaxy_note10:
entity_picture: /local/images/devicepic_note10.png
device_tracker.gabe_s_galaxy_note10_2:
entity_picture: /local/images/devicepic_note10.png
device_tracker.5re0217120001465:
entity_picture: /local/images/devicepic_mate.png
device_tracker.esp_25f89b:
entity_picture: /local/images/device_et.jpg
sensor.ip_address:
entity_picture: /local/images/devicepic_asus.png
sensor.mariadb_database_size:
entity_picture: /local/images/devicepic_hass.png
sensor.reefcontrolpilightcolor:
entity_picture: /local/images/devicepic_kessil.png
sensor.ReefControlPiLightBrightness:
entity_picture: /local/images/devicepic_kessil.png
binary_sensor.people_home:
templates:
entity_picture: >
if (state === 'on') return '/local/icons/people_home.png';
return '/local/icons/insurance.png';