forked from geekofweek/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
223 lines (196 loc) · 4.57 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
#################################################################
## Home Assistant
#################################################################
homeassistant:
name: Home
latitude: REDACTED
longitude: REDACTED
elevation: REDACTED
unit_system: imperial
time_zone: America/Chicago
customize: !include customize.yaml
frontend:
updater:
reporting: no
sun:
conversation:
discovery:
ignore:
- apple_tv
- sonos
- harmony
config:
http:
api_password: REDACTED
ssl_certificate: /etc/letsencrypt/live/REDACTED/REDACTED
ssl_key: /etc/letsencrypt/live/REDACTED/REDACTED
base_url: REDACTED
trusted_networks:
- 127.0.0.1
- REDACTED.0/24
- REDACTED.0/24
ip_ban_enabled: true
login_attempts_threshold: 5
#################################################################
## Components
#################################################################
ecobee:
api_key: REDACTED
hue:
bridges:
- host: REDACTED.106
allow_hue_groups: false
allow_unreachable: true
emulated_hue:
host_ip: REDACTED.105
listen_port: 8300
off_maps_to_on_domains:
- script
- scene
expose_by_default: false
media_player:
- platform: plex
entity_namespace: 'plex'
- platform: sonos
hosts:
- REDACTED.200
- REDACTED.201
- REDACTED.202
- REDACTED.203
- REDACTED.204
- REDACTED.205
- REDACTED.206
- REDACTED.208
- REDACTED.209
- REDACTED.210
- platform: roku
apple_tv:
- name: Living Room Apple TV
host: REDACTED.150
login_id: REDACTED
start_off: false
- name: Guest Bedroom Apple TV
host: REDACTED.153
login_id: REDACTED
start_off: false
- name: Bedroom Apple TV
host: REDACTED.152
login_id: REDACTED
start_off: false
- name: USER1's Office Apple TV
host: REDACTED.151
login_id: REDACTED
start_off: false
remote:
- platform: harmony
name: Media Center
host: REDACTED.109
activity: Watch TV
- platform: harmony
name: Bedroom TV
host: REDACTED.247
activity: Watch TV
ios:
map:
wemo:
static:
- REDACTED.111
- REDACTED.112
- REDACTED.113
- REDACTED.115
switch:
- platform: tplink
host: REDACTED.114
name: MyQ Garage Outlet
ifttt:
key: REDACTED
device_tracker:
- platform: unifi
username: REDACTED
password: REDACTED
host: REDACTED.3
verify_ssl: false
consider_home: 180
new_device_defaults:
track_new_devices: False
hide_if_away: False
- platform: locative
cover:
- platform: myq
username: REDACTED
password: REDACTED
type: chamberlain
- platform: wink
entity_namespace: wink
ring:
username: REDACTED
password: REDACTED
binary_sensor:
- platform: ring
monitored_conditions:
- ding
- motion
camera:
- platform: uvc
nvr: REDACTED.99
key: REDACTED
password: REDACTED
- platform: foscam
ip: REDACTED.107
name: Garage Interior
port: REDACTED
username: REDACTED
password: REDACTED
- platform: generic
still_image_url: https://icons.wxug.com/data/weather-maps/radar/united-states/jefferson-city-missouri-region-current-radar-animation.gif
name: MO Weather Radar
# ffmpeg Crashing Docker Container // Removing until resolved
# - platform: ring
# entity_namespace: ring
# - platform: ffmpeg
# input: http://REDACTED/rtplive/REDACTED/playlist.m3u8
# name: REDACTED
# extra_arguments: '-headers "X-ForREDACTEDed-For: REDACTED"'
tts:
- platform: google
google:
client_id: REDACTED
client_secret: REDACTED
track_new_calendar: true
wink:
vacuum:
- platform: roomba
host: REDACTED.228
username: REDACTED
password: REDACTED
climate:
- platform: generic_thermostat
name: Basement Heater
heater: switch.basement_heater
target_sensor: sensor.laundry_room_temperature
initial_operation_mode: 'off'
#Winter Temp
target_temp: 65
#Summer Temp
#target_temp: 45
min_cycle_duration: 15
cold_tolerance: 1
hot_tolerance: .5
max_temp: 78
away_temp: 33
#################################################################
## Includes
#################################################################
automation: !include_dir_merge_list automation
recorder: !include recorder.yaml
logbook: !include logbook.yaml
history: !include history.yaml
zone: !include zones.yaml
group: !include groups.yaml
scene: !include scenes.yaml
sensor: !include sensors.yaml
input_boolean: !include input_boolean.yaml
input_select: !include input_select.yaml
script: !include scripts.yaml
weblink: !include weblinks.yaml
light: !include light_group.yaml