forked from arsaboo/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
executable file
·886 lines (866 loc) · 25.8 KB
/
configuration.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
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
homeassistant:
legacy_templates: true
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 192.168.2.0/24
- 131.96.253.0/24
# - type: legacy_api_password
# api_password: !secret http_password
# Omitted values in this section will be auto detected using freegeoip.io
# Location required to calculate the time the sun rises and sets
latitude: !secret latitude_home
longitude: !secret longitude_home
elevation: 322
# Name of the location where Home Assistant is running
name: Home
# C for Celcius, F for Fahrenheit
temperature_unit: F
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/New_York
unit_system: imperial
customize: !include customize.yaml
customize_glob: !include customize_glob.yaml
packages: !include_dir_named packages
allowlist_external_dirs:
- /home/homeassistant/.homeassistant/downloads
- /tmp
- /home/homeassistant/.homeassistant/downloads/camera/
default_config:
updater:
include_used_components: true
system_health:
stream:
influxdb:
host: 192.168.2.113
include:
entities:
- sensor.temperature_158d0001ab3b2b
- sensor.humidity_158d0001ab3b2b
- sensor.temperature_158d0001ab7d20
- sensor.humidity_158d0001ab7d20
- sensor.humidity_158d0001ab3c88
- sensor.temperature_158d0001ab3c88
- sensor.living_room_temperature
- sensor.portfolioval
- sensor.pc_investment
- sensor.pc_networth
- sensor.dark_sky_temperature
- sensor.usdinr
- climate.downstairs
- climate.upstairs
- climate.bedroom
- input_number.downstairs_prev_eff
- sensor.downstairs_hvac_efficiency
- input_number.upstairs_prev_eff
- sensor.upstairs_hvac_efficiency
- input_number.master_prev_eff
- sensor.master_hvac_efficiency
python_script:
# hacs:
# token: !secret hacs_token
# options:
# experimental: True
zeroconf:
weather:
- platform: darksky
api_key: !secret darksky_key
mode: daily
# enable_debug:
zone:
- name: Home
latitude: !secret latitude_home
longitude: !secret longitude_home
radius: 200
icon: mdi:home
- name: Buckhead
latitude: !secret latitude_buckhead
longitude: !secret longitude_buckhead
radius: 200
icon: mdi:school
- name: Downtown
latitude: !secret latitude_downtown
longitude: !secret longitude_downtown
radius: 200
icon: mdi:school
# zwave:
# usb_path: /dev/ttyACM0
# network_key: !secret zwave_network_key
# device_config:
# light.kitchen_lights:
# refresh_value: true
# delay: 3
hue:
bridges:
- host: 192.168.2.229
allow_hue_groups: false
allow_unreachable: true
life360:
accounts:
- username: !secret life360_username
password: !secret life360_password
lifx:
light:
light:
# z-wave dimmer switch (http://amzn.to/2j1UEli)
- platform: mqtt
name: "GE Kitchen Lights"
state_topic: "smartthings/GE Dimmer Switch/switch"
command_topic: "smartthings/GE Dimmer Switch/switch"
payload_on: "on"
payload_off: "off"
brightness_state_topic: "smartthings/GE Dimmer Switch/level"
brightness_command_topic: "smartthings/GE Dimmer Switch/level"
brightness_scale: 99
brightness_value_template: '{{ value }}'
retain: true
optimistic: false
qos: 0
- platform: group
name: Living Room Lights
entities:
- light.lifx3
- light.lifxnrguest
- light.lifxnrkitchen
- platform: group
name: Master Lights
entities:
- light.master_1
- light.master_2
- light.master_3
# plex:
# host: 192.168.2.212
# token: !secret plex_token
# verify_ssl: false
# ssl: true
wemo:
static:
- 192.168.2.104
- 192.168.2.130
- 192.168.2.206
- 192.168.2.237
aarlo:
username: !secret arlo_user
password: !secret arlo_password
alarm_control_panel:
# - platform: ifttt
# name: "Abode"
# - platform: ifttt
# name: ArloHome
# event_arm_away: arlo_alarm_arm_away
# event_disarm: arlo_alarm_disarm
# optimistic: true
- platform: aarlo
away_mode_name: armed
- platform: manual
name: HASS Alarm
disarmed:
trigger_time: 0
armed_home:
arming_time: 0
delay_time: 0
xiaomi_aqara:
gateways:
- key: !secret xiaomikey
host: 192.168.2.82
bloomsky:
api_key: !secret bloomsky_key
ecobee:
api_key: !secret ecobee_key
shell_command:
image_classify: bash /home/homeassistant/.homeassistant/shell_scripts/image_classification.sh "{{camera}}"
facebox: bash /home/homeassistant/.homeassistant/shell_scripts/facebox.sh "{{camera}}"
delete_unifi: curl http://192.168.2.113:8086/query -d db=unifi -d q='DELETE WHERE time < now() - 5h'
rest_command:
youtube:
url: 'http://192.168.2.252:8001/api/v2/applications/111299001912'
method: post
netflix:
url: 'http://192.168.2.252:8001/ws/apps/Netflix'
method: post
plex:
url: 'http://192.168.2.252:8001/api/v2/applications/kIciSQlYEM.plex'
method: post
media_extractor:
# Enables configuration UI
config:
alexa:
smart_home:
filter:
include_entities:
- light.living_room_lights
- light.master_lights
- input_boolean.abodeupdate
- light.gateway_light_34ce00813670
- light.kitchen_lights
- light.lifx5
- switch.driveway
- switch.wemoporch
- script.tv_youtube_on
- switch.sammytv
include_domains:
- cover
entity_config:
light.gateway_light_34ce00813670:
name: Gateway Light
description: Xiaomi Gateway Light
script.tv_youtube_on:
name: Youtube
description: Youtube on
# cloud:
# alexa:
# filter:
# include_entities:
# - light.living_room_lights
# - light.master_lights
# - input_boolean.abodeupdate
# - light.gateway_light_34ce00813670
# - light.kitchen
# - light.lifx5
# - switch.driveway
# - switch.garage_relay_switch
# - switch.wemoporch
# - script.tv_youtube_on
# include_domains:
# - cover
# entity_config:
# light.gateway_light_34ce00813670:
# name: Gateway Light
# description: Xiaomi Gateway Light
# script.tv_youtube_on:
# name: Youtube
# description: Youtube on
#
# google_actions:
# filter:
# include_entities:
# - script.tv_youtube_on
# - switch.wemoporch
# - switch.driveway
# - switch.wemoinsight
# include_domains:
# - cover
# - light
# exclude_entities:
# - light.gateway_light_34ce00813670
# - light.master_1
# - light.master_2
# - light.master_3
# - light.lifx3
# - light.lifxnrguest
# - light.lifxnrkitchen
# entity_config:
# light.living_room_lights:
# room: living room
# light.master_lights:
# room: master bedroom
# switch.driveway:
# room: driveway
# switch.wemoporch:
# name: Porch Lights
# room: porch
# light.kitchen:
# room: kitchen
# light.lifx5:
# room: garage
# switch.wemoinsight:
# name: Wemo Insight
# room: office
# script.tv_youtube_on:
# name: Youtube
# room: living room
mobile_app:
google_assistant:
project_id: !secret google_project_id
service_account: !include HASSGoogAssist.json
expose_by_default: false
entity_config:
light.living_room_lights:
expose: true
room: living room
light.master_lights:
expose: true
room: master bedroom
switch.driveway:
expose: true
room: driveway
switch.wemoporch:
expose: true
name: Porch Lights
room: porch
light.kitchen_lights:
expose: true
room: kitchen
light.lifx5:
expose: true
room: garage
switch.wemoinsight:
expose: true
name: Wemo Insight
room: office
script.tv_youtube_on:
expose: True
name: Youtube
room: living room
camera.porch:
expose: true
room: porch
camera.patio:
expose: true
room: patio
camera.driveway:
expose: true
room: driveway
camera.backyard:
expose: true
room: backyard
cover.garagedoor:
expose: true
room: garage
switch.sammytv:
expose: true
name: TV
room: living room
homekit:
auto_start: false
filter:
include_entities:
- alarm_control_panel.aarlo_arlohome
- alarm_control_panel.abode_alarm
- cover.garagedoor
- light.living_room_lights
- light.lifx5
- light.kitchen_lights
- light.master_lights
- switch.driveway
- binary_sensor.water_leak_sensor_158d0001d77800
- binary_sensor.water_leak_sensor_158d00027b0db6
- binary_sensor.water_leak_sensor_158d0001bb788c
- camera.porch
- camera.patio
- camera.backyard
- camera.driveway
- camera.general_profile001
- camera.garage
# - binary_sensor.water_leak_sensor_158d00024bfa97
# map:
downloader:
download_dir: downloads
http:
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
base_url: !secret base_url
ip_ban_enabled: true
login_attempts_threshold: 1
# Discover some devices automatically
discovery:
ignore:
- apple_tv
proximity:
alok:
devices:
- device_tracker.meta_alok
tolerance: 50
unit_of_measurement: mi
rashmi:
devices:
- device_tracker.meta_rashmi
tolerance: 50
unit_of_measurement: mi
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
ffmpeg:
camera:
- platform: bloomsky
# - platform: synology
# url: http://192.168.2.113:5000/
# username: !secret synology_username
# password: !secret synology_password
# timeout: 15
# verify_ssl: false
- platform: aarlo
ffmpeg_arguments: '-pred 1 -q:v 2'
# - platform: ring
- platform: local_file
name: worldtime
file_path: /home/homeassistant/.homeassistant/downloads/worldtime/worldtime.png
- platform: local_file
name: Driveway TF
file_path: /home/homeassistant/.homeassistant/downloads/camera/driveway_latest.jpg
- platform: local_file
name: Porch TF
file_path: /home/homeassistant/.homeassistant/downloads/camera/porch_latest.jpg
- platform: local_file
name: Patio TF
file_path: /home/homeassistant/.homeassistant/downloads/camera/patio_latest.jpg
- platform: local_file
name: Backyard TF
file_path: /home/homeassistant/.homeassistant/downloads/camera/backyard_latest.jpg
- platform: generic
still_image_url: !secret meteogram_png_url
name: Meteogram
- platform: ffmpeg
input: !secret wyzecam_rtsp_url
name: Garage
# Generate your link - https://www.wunderground.com/weather-radar/united-states/
# - platform: generic
# still_image_url: 'https://icons.wxug.com/data/weather-maps/radar/united-states/columbus-georgia-region-current-radar-animation.gif'
# name: WundergroundRadar
# - platform: generic
# name: worldtime
# still_image_url: https://imgs.xkcd.com/comics/now.png
# - platform: generic
# name: LivingRoom_temperature
# still_image_url: 'http://192.168.2.113:3000/render/d-solo/000000001/home-assistant?orgId=1&panelId=1&width=1000&height=500&tz=UTC-05%3A00'
# username: !secret grafana_user
# password: !secret grafana_pass
- platform: local_file
name: Grafana portfolio
file_path: /home/homeassistant/.homeassistant/downloads/grafana/portfolio.png
- platform: local_file
name: Grafana networth
file_path: /home/homeassistant/.homeassistant/downloads/grafana/networth.png
- platform: local_file
name: Grafana temp down
file_path: /home/homeassistant/.homeassistant/downloads/grafana/down_temp.png
- platform: local_file
name: Grafana mode down
file_path: /home/homeassistant/.homeassistant/downloads/grafana/down_mode.png
- platform: local_file
name: Grafana temp up
file_path: /home/homeassistant/.homeassistant/downloads/grafana/up_temp.png
- platform: local_file
name: Grafana mode up
file_path: /home/homeassistant/.homeassistant/downloads/grafana/up_mode.png
- platform: local_file
name: Grafana temp master
file_path: /home/homeassistant/.homeassistant/downloads/grafana/master_temp.png
- platform: local_file
name: Grafana mode master
file_path: /home/homeassistant/.homeassistant/downloads/grafana/master_mode.png
- platform: local_file
name: Grafana USD INR
file_path: /home/homeassistant/.homeassistant/downloads/grafana/usdinr.png
- platform: local_file
name: Grafana master efficiency
file_path: /home/homeassistant/.homeassistant/downloads/grafana/master_hvac_efficiency.png
- platform: local_file
name: Grafana upstairs efficiency
file_path: /home/homeassistant/.homeassistant/downloads/grafana/upstairs_hvac_efficiency.png
- platform: local_file
name: Grafana downstairs efficiency
file_path: /home/homeassistant/.homeassistant/downloads/grafana/downstairs_hvac_efficiency.png
- platform: generic
stream_source: !secret porch_rtsp_camera_image_url
still_image_url: !secret porch_camera_image_url
name: Porch
- platform: generic
stream_source: !secret patio_rtsp_camera_image_url
still_image_url: !secret patio_camera_image_url
name: Patio
- platform: generic
stream_source: !secret driveway_rtsp_camera_image_url
still_image_url: !secret driveway_camera_image_url
name: Driveway
- platform: generic
stream_source: !secret backyard_rtsp_camera_image_url
still_image_url: !secret backyard_camera_image_url
name: Backyard
# - platform: generic
# still_image_url: !secret porch_camera_image_url
# name: porch
# - platform: generic
# still_image_url: !secret backyard_camera_image_url
# name: backyard
# - platform: generic
# still_image_url: !secret patio_camera_image_url
# name: patio
# - platform: generic
# still_image_url: !secret driveway_camera_image_url
# name: driveway
# - platform: ring
# - platform: opencv
# camera: camera.porch
# processor: image_processing.opencv_porch
# name: OpenCV Porch
# - platform: opencv
# camera: camera.motoe
# processor: image_processing.opencv_motoe
# name: OpenCV MotoE
# - platform: opencv
# camera: camera.porch
# processor: image_processing.opencv_porch
# name: OpenCV Porch
# - platform: opencv
# camera: camera.backyard
# processor: image_processing.opencv_backyard
# name: OpenCV Backyard
# - platform: opencv
# camera: camera.driveway
# processor: image_processing.opencv_driveway
# name: OpenCV Driveway
# - platform: generic
# still_image_url: 'https://radblast.wunderground.com/cgi-bin/radar/WUNIDS_map?station=FFC&brand=wui&num=1&delay=100&type=NTP&frame=0&scale=1&noclutter=0&showstorms=5&mapx=400&mapy=240¢erx=400¢ery=240&transx=0&transy=0&showlabels=1&severe=0&rainsnow=0&lightning=0&smooth=0&rand=24427697&lat=0&lon=0&label=you'
# name: RadarGA
# Generate link - http://www.intellicast.com/National/Radar/Current.aspx
# - platform: generic
# still_image_url: 'http://images.intellicast.com/WxImages/RadarLoop/prc_None_anim.gif'
# name: IntellicastRadar
ifttt:
key: !secret ifttt_key
image_processing:
- platform: tensorflow
confidence: 75
scan_interval: 10000
source:
- entity_id: camera.patio
file_out:
- "/home/homeassistant/.homeassistant/downloads/camera/{{ camera_entity.split('.')[1] }}_latest.jpg"
model:
graph: /home/homeassistant/.homeassistant/tensorflow/models/efficientdet_d1_coco17_tpu-32/
categories:
- person
- platform: tensorflow
confidence: 75
scan_interval: 10000
source:
- entity_id: camera.backyard
- entity_id: camera.driveway
- entity_id: camera.porch
file_out:
- "/home/homeassistant/.homeassistant/downloads/camera/{{ camera_entity.split('.')[1] }}_latest.jpg"
# - "/home/homeassistant/.homeassistant/downloads/camera/{{ camera_entity.split('.')[1] }}_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg"
model:
graph: /home/homeassistant/.homeassistant/tensorflow/models/efficientdet_d1_coco17_tpu-32/
categories:
- category: person
area:
top: 0.20
- bus
- category: truck
area:
bottom: 0.70
right: 0.20
- category: car
area:
bottom: 0.70
right: 0.20
# - platform: opencv_darknet
# name: Camera Object Detection
# scan_interval: 10000 # Default 10
# source:
# - entity_id: camera.patio
# - entity_id: camera.porch
# - entity_id: camera.backyard
# - entity_id: camera.driveway
# options:
# detect_model: /home/homeassistant/.homeassistant/deps/yolov3-tiny.cfg
# weights: /home/homeassistant/.homeassistant/deps/yolov3-tiny.weights
# labels: /home/homeassistant/.homeassistant/deps/coco.names
# confidence: 0.55
# - platform: deepstack_object
# ip_address: 192.168.2.212
# port: 5000
# scan_interval: 20000
# target: person
# source:
# - entity_id: camera.patio
# name: deepstack_patio
# - entity_id: camera.porch
# name: deepstack_porch
# - entity_id: camera.driveway
# name: deepstack_driveway
# - entity_id: camera.backyard
# name: deepstack_backyard
# - platform: facebox
# scan_interval: 10000
# ip_address: 192.168.2.212
# port: 8082
# source:
# - entity_id: camera.patio
# - entity_id: camera.porch
# - entity_id: camera.backyard
# - entity_id: camera.driveway
# - platform: tagbox
# scan_interval: 10000 # Default 10
# ip_address: 192.168.2.212
# confidence: 50
# port: 8081
# source:
# - entity_id: camera.patio
# - entity_id: camera.porch
# - entity_id: camera.backyard
# - entity_id: camera.driveway
# - platform: amazon_rekognition
# aws_access_key_id: !secret aws_access_key_id
# aws_secret_access_key: !secret aws_secret_access_key
# scan_interval: 20000 # optional to limit calls to the API
# source:
# - entity_id: camera.driveway
sonos:
media_player:
hosts:
- 192.168.2.150
- 192.168.2.253
- 192.168.2.160
sun:
person:
media_player:
- platform: kodi
host: 192.168.2.28
port: 8080
name: Kodi NSTV
username: !secret kodi_username
password: !secret kodi_password
- platform: kodi
host: 192.168.2.180
port: 8080
name: Kodi Master
username: !secret kodi_username
password: !secret kodi_password
# - platform: spotify
# client_id: !secret spotify_client_id
# client_secret: !secret spotify_client_secret
# - platform: plex
# host: 192.168.2.212
# - platform: apple_tv
# host: 192.168.2.90
# login_id: !secret apple_hsgid
- platform: androidtv
host: 192.168.2.28
name: "ShieldTV"
device_class: androidtv
adb_server_ip: 192.168.2.233
apps:
com.google.android.tvlauncher: "Home"
com.google.android.youtube.tv: "Youtube"
com.amazon.amazonvideo.livingroom: "Amazon Prime Video"
com.plexapp.android: "Plex"
com.netflix.ninja: "Netflix"
com.google.android.tv: "Live Channels"
org.xbmc.kodi: "Kodi"
live.aiplex.software: "ThopTV"
com.mxtech.videoplayer.ad: "MXPlayer"
com.vectorunit.red: "RipTide"
- platform: androidtv
name: FTV Master
host: 192.168.2.180
device_class: firetv
adb_server_ip: 192.168.2.233
apps:
com.amazon.amazonvideo.livingroom: "Amazon Prime Video"
com.plexapp.android: "Plex"
com.netflix.ninja: "Netflix"
com.google.android.tv: "Live Channels"
org.xbmc.kodi: "Kodi"
live.aiplex.software: "ThopTV"
com.amazon.tv.launcher: Home
com.synology.dsvideo: "DS Video"
com.mxtech.videoplayer.ad: "MXPlayer"
com.amazon.firetv.youtube: "Youtube"
alexa_media:
accounts:
- email: !secret amazon_user
password: !secret amazon_pass
url: amazon.com
include_devices:
- "Alexa Guard 227b3"
- "Echo Dot Gen2"
- "EchoDot3"
- "Alok's Echo Dot"
# exclude_devices:
# - "Rashmi's Alexa Apps"
# - "Alok's 2nd Fire TV"
# - "Alok's 4th Fire TV"
# - 'Master AFTV'
# - "Alok's 2nd Fire"
# - "Alok's 3rd Fire"
# - 'My Dash'
# - "Alok's 4th Fire"
# - "Alok's 5th Fire"
# - "Alok's 6th Fire"
# - "William's TAB🗼"
# - 'Family Room'
# - 'LivingRoomSonos'
# - "Alok's Echo Dot"
# - "Alok's 2nd Fire TV Stick"
# - 'AFTVMaster'
# - 'AFTV4kStick'
# - 'This Device'
# - "Alok's Alexa Apps"
geofency:
speedtestdotnet:
monitored_conditions:
- download
- upload
owntracks:
max_gps_accuracy: 200
# unifi:
# controllers:
# - host: 192.168.2.163
# site: 'Default'
# dont_track_wired_clients: true
# dont_track_devices: true
# block_client:
# - !secret rishaan_fire_hd_mac
# - !secret arnav_ipad_mac
# - !secret toshibaaio_mac
# - !secret lenovohome_mac
# - !secret samsung_tv_mac
# - !secret rpi_aiy_mac
telegram_bot:
platform: polling
api_key: !secret telegram_key
allowed_chat_ids:
- !secret telegram_chatID_Alok
pi_hole:
- host: 192.168.2.3
name: Pi Hole Main
api_key: !secret pi_hole_main
- host: 192.168.2.14
name: Pi Hole Kids
api_key: !secret pi_hole_kids
hangouts:
notify:
- platform: hangouts
name: alok_hangouts
default_conversations:
- id: !secret hangouts_alok
- platform: hangouts
name: rashmi_hangouts
default_conversations:
- id: !secret hangouts_rashmi
- platform: hangouts
name: parents_hangouts
default_conversations:
- id: !secret hangouts_rashmi
- id: !secret hangouts_alok
- platform: pushbullet
api_key: !secret pushbullet_key
name: pushbullet
- name: telegram
platform: telegram
api_key: !secret telegram_key
chat_id: !secret telegram_chatID_Alok
- platform: ecobee
name: ecobee
- platform: group
name: iOS
services:
- service: mobile_app_alok_s_iphone
- service: mobile_app_iphone
- platform: group
name: ios_abode_updates
services:
- service: mobile_app_alok_s_iphone
data:
title: 'Enable Abode updates?'
data:
push:
badge: 0
category: "abode_updates"
- platform: group
name: ios_home_automation
services:
- service: mobile_app_alok_s_iphone
data:
title: 'Enable Home automation?'
data:
push:
badge: 0
category: "home_automation"
- platform: nfandroidtv
name: Shield
host: 192.168.2.28
- platform: nfandroidtv
name: AFTVMaster
host: 192.168.2.180
- platform: command_line
name: 'Echo Dot'
command: "/home/homeassistant/.homeassistant/shell_scripts/alexa_wrapper.sh -d 'Echo Dot Gen2'"
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
logger:
default: error
logs:
homeassistant.components.image_processing: critical
homeassistant.components.camera.synology: critical
homeassistant.components.camera.generic: critical
homeassistant.components.sensor.wunderground: critical
homeassistant.components.sensor.pi_hole: critical
homeassistant.components.media_player: critical
homeassistant.components.telegram_bot: critical
homeassistant.components.scene.lifx_cloud: critical
homeassistant.components.sensor.darksky: critical
homeassistant.components.onvif: info
pychromecast.socket_client: critical
aiohttp.access: critical
aiounifi.api: critical
aiohttp.server: critical
haffmpeg.core: critical
homeassistant.core: critical
pywemo.ouimeaux_device: critical
pywemo.ssdp: critical
homeassistant.helpers.entity: critical
homeassistant.components.http.ban: warning
homeassistant.components.python_script: warning
homeassistant.components.switch.unifi: debug
custom_components.aesop: debug
custom_components.aesop.sensor: debug
homeassistant.components.ssdp: debug
homeassistant.components.smartthings: debug
# custom_components.alexa_media: debug
# homeassistant.components.http.view: info
# adb.adb_commands: debug
# adb.adb_protocol: debug
# homeassistant.components.device_tracker: info
# Text to speech
tts:
- platform: google_translate
service_name: google_say
cache: true
cache_dir: /home/homeassistant/.homeassistant/tts
time_memory: 300
# - platform: voicerss
# api_key: !secret voicerss_key
# - platform: amazon_polly
# aws_access_key_id: !secret aws_access_key_id
# aws_secret_access_key: !secret aws_secret_access_key
# text_type: ssml
# cache: True
remote:
- platform: harmony
name: livingroom
host: 192.168.2.152
google:
client_id: !secret gcal_client_id
client_secret: !secret gcal_client_secret
mqtt:
broker: 127.0.0.1
port: 1883
discovery: true
client_id: home-assistant-1
username: !secret mqtt_username
password: !secret mqtt_password
dialogflow:
intent_script: !include intent_script.yaml
ios: !include ios.yaml
alert: !include alert.yaml
automation: !include automations.yaml
cover: !include cover.yaml
group: !include groups.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor: !include sensor.yaml
switch: !include switches.yaml
binary_sensor: !include binary_sensor.yaml
input_select: !include input_select.yaml
input_boolean: !include input_boolean.yaml
input_number: !include input_number.yaml
input_text: !include input_text.yaml
input_datetime: !include input_datetime.yaml
frontend: !include frontend.yaml
recorder: !include recorder.yaml
logbook: !include logbook.yaml
history: !include history.yaml
lovelace: !include lovelace.yaml