forked from geekofweek/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
184 lines (159 loc) · 3.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
#################################################################
## 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
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
hold_temp: true
light:
platform: hue
host: REDACTED.106
allow_hue_groups: false
allow_unreachable: true
emulated_hue:
# type: google_home
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: Bedroom Apple TV
host: REDACTED.153
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
ios:
map:
wemo:
static:
- REDACTED.111
- REDACTED.112
ifttt:
key: REDACTED
device_tracker:
- platform: snmp
host: REDACTED.1
community: public
baseoid: 1.3.6.1.2.1.4.22.1.2
track_new_devices: false
consider_home: 180
- 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: ring
# entity_namespace: ring
# - platform: foscam
# ip: REDACTED.107
# name: Server Rack
# port: REDACTED
# username: REDACTED
# password: REDACTED
# - 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
#################################################################
## 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