forked from PMaxx-Gaming/hass_config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
146 lines (131 loc) · 3.46 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
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: metric
time_zone: !secret timezone
customize: !include customize.yaml
default_config:
discovery:
ignore:
- igd
ios:
device_tracker:
- platform: google_maps
username: !secret google_maps_user
password: !secret google_maps_pass
max_gps_accuracy: 200
recorder:
purge_interval: 2
purge_keep_days: 5
frontend:
themes: !include themes.yaml
javascript_version: latest
http:
base_url: !secret base_url
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
api_password: !secret api_password
panel_iframe:
configurator:
title: Configurator
icon: mdi:wrench
url: !secret config_url
light: !include lights.yaml
sensor: !include sensors.yaml
switch: !include switches.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
zone: !include zones.yaml
weather:
- platform: darksky
mode: daily
api_key: !secret darksky_key
nest:
client_id: !secret nest_id
client_secret: !secret nest_key
camera:
- platform: ffmpeg
input: rtsp://192.168.0.136:554/onvif1
# - platform: onvif
# host: 192.168.0.136
# - platform: mjpeg
# mjpeg_url: http://192.168.0.136/videostream.cgi?user=[username]]&pwd=[password]]&resolution=32&rate=0
name: Front Door Camera
- platform: generic
still_image_url: 'https://radblast.wunderground.com/cgi-bin/radar/WUNIDS_map?station=WKR&brand=wui&num=10&delay=50&type=C0R&frame=0&scale=1&noclutter=0&showstorms=0&mapx=400&mapy=240¢erx=400¢ery=240&transx=0&transy=0&showlabels=1&severe=0&rainsnow=1&lightning=0&smooth=1&rand=25884941&lat=0&lon=0&label=you'
name: Local Weather Radar
- platform: generic
still_image_url: 'https://icons.wxug.com/data/weather-maps/radar/united-states/cadillac-michigan-region-current-radar-animation.gif'
name: Composite Weather Radar
tuya:
username: !secret tuya_user
password: !secret tuya_pass
country_code: 1
platform: smart_life
sonoff:
username: !secret sonoff_user
password: !secret sonoff_pass
api_region: 'us'
remote:
- platform: harmony
name: Livingroom Hub
host: 192.168.0.111
- platform: harmony
name: Bedroom Hub
host: 192.168.0.112
- platform: harmony
name: Basement Hub
host: 192.168.0.122
media_player:
- platform: emby
host: 192.168.0.124
api_key: !secret emby_key
auto_hide: true
alexa_media:
accounts:
- email: !secret amazon_user
password: !secret amazon_password
url: amazon.ca
tts:
- platform: google
emulated_hue:
expose_by_default: false
entities:
light.alexa_virtual:
name: "Emulated Hue Bulb"
hidden: false
google_assistant:
project_id: !secret google_id
api_key: !secret google_api
expose_by_default: false
entity_config:
script.google_pool_temp:
expose: true
name: Pool Temperature
script.google_internet_speed:
expose: true
name: Internet Speed
speedtestdotnet:
scan_interval:
days: 0
hours: 0
minutes: 30
seconds: 0
milliseconds: 0
notify:
- name: lucy_doorbell
platform: smtp
server: smtp-mail.outlook.com
port: 587
sender: !secret lucy_email
username: !secret lucy_email
password: !secret lucy_password
recipient:
- !secret email_recip1
- !secret email_recip2
sender_name: Lucy
- platform: alexa_media
name: alexa_media