-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
executable file
·318 lines (265 loc) · 8.91 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
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: 33.978924
longitude: -118.465342
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 18
# metric for Metric, imperial for Imperial
unit_system: imperial
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/Los_Angeles
# Customization file
customize: !include customize.yaml
# log everything
# https://www.home-assistant.io/components/logger/
logger:
# default: debug
default: info
logs:
homeassistant.components.mqtt: debug
homeassistant.components.homekit: debug
homeassistant.components.zwave: info
# pyhap: debug
# Show links to resources in log and frontend
# introduction:
# Enables the frontend
frontend:
default_config:
# config in home assistant cloud instead
# ios app
ios:
# Enables configuration UI
config:
http:
# Secrets are defined in the file secrets.yaml
api_password: !secret http_password
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# base_url: example.duckdns.org:8123
# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
system_health:
# Enables support for tracking state changes over time
history:
recorder:
# View all events in a logbook
logbook:
# Enables a map showing the location of tracked devices
map:
# Track the sun
sun:
# Weather prediction
sensor:
- platform: yr
# Text to speech
tts:
- platform: google_translate
service_name: google_say
# Cloud
cloud:
group: !include groups.yaml
# automation: !include automations.yaml
automation: !include_dir_merge_list automations/
script: !include scripts.yaml
# ***************************************************************************
# Configurator
# ***************************************************************************
panel_iframe:
# configurator:
# title: Configurator
# icon: mdi:wrench
# url: http://hassio.local:3218
# nodered:
# title: Node-RED
# icon: mdi:sitemap
# url: http://hassio.local:1880
# lovelace:
# title: Lovelace UI
# icon: mdi:hexagon-outline
# url: http://hassio.local:8123/lovelace
# ***************************************************************************
# Cloud9 IDE
# ***************************************************************************
ide:
title: IDE
icon: mdi:code-braces
url: http://hassio.local:8321/
# REMOVE
# log_viewer:
# title: Log viewer Panel
# icon: mdi:code-braces
# url: http://hassio.local:8123/log_viewer
grafana:
title: Grafana
icon: mdi:chart-timeline
url: http://hassio.local:3000
# ***************************************************************************
# Mobile app
# ***************************************************************************
mobile_app:
# ***************************************************************************
# Pushbullet notifications
# https://www.home-assistant.io/components/notify.pushbullet/
# ***************************************************************************
notify:
# optional name for multiple services
- platform: pushbullet
name: pushbullet
# api_key: o.4dvKIzH7D8PeeWwQazejtYLLikha4TxV
api_key: !secret pushbullet_token
# ***************************************************************************
# Dyson
# ***************************************************************************
dyson:
username: mail@rishinyc.com
password: Mammadaag34
language: GB
# devices:
# - device_id: F8F-US-MMA0115A # e.g., Serial number: XXX-XX-XXXXXXXX
# device_ip: 192.168.7.144
# ***************************************************************************
# MQTT - for triggering and communicating with node-red flows
# ***************************************************************************
mqtt:
broker: core-mosquitto
# ***************************************************************************
# Aeotec z-wave usb stick
# ***************************************************************************
zwave:
usb_path: /dev/ttyACM0
debug: true
# ***************************************************************************
# https://www.home-assistant.io/components/vera/
# ***************************************************************************
# vera:
# vera_controller_url: http://192.168.7.186:3480/
# # Optional to exclude devices - this is a list of vera device ids
# # exclude: [ 13, 14, 16, 20, 23, 72, 73, 74, 75, 76, 77, 78, 88, 89, 99]
# # Optional to import switches as lights - this is a list of vera device ids
# lights: [5]
# ***************************************************************************
# Nest
# ***************************************************************************
nest:
client_id: !secret nest_client_id
client_secret: !secret nest_client_secret
# ***************************************************************************
# Cec
# https://www.home-assistant.io/components/hdmi_cec/
# ***************************************************************************
# hdmi_cec:
# AppleTv: switch.hdmi_4
# TV: switch.hdmi_0
# ***************************************************************************
# Wemo
# ***************************************************************************
# wemo:
# ***************************************************************************
# Wink (controls iHome patio switch)
# ***************************************************************************
# wink:
# ***************************************************************************
# Homekit
# NOTE: pass all devices through home-bridge instead
# https://www.home-assistant.io/components/homekit/
# ***************************************************************************
homekit:
# see startup automations, will start on z-wave ready
auto_start: false
include_domains:
# - automation
- climate
# - device_tracker
# - input_boolean
- light
- script
- media_player
# include_entities:
# - group.all_lights
# - light.living_room_lamp
# - light.bedroom_lamp_left
# - light.bedroom_lamp_right
# exclude_entities:
# - light.aeotec_zw099_smart_dimmer_6_level
# ***************************************************************************
# presence based on router network presence
# ***************************************************************************
device_tracker:
- platform: nmap_tracker
# iphone 7
# hosts: 192.168.7.22
# iphone XS
hosts: 192.168.7.235
home_interval: 5
exclude:
# the ip of the raspi itself
- 192.168.7.34
# - platform: bluetooth_tracker
# ***************************************************************************
# grouped lights
# ***************************************************************************
light:
- platform: group
name: Bedroom lights
entities:
- light.bedroom_lamp_left
- light.bedroom_lamp_right
# Decora wifi dimmer plug
# NOTE: will this work with homekit?
- platform: group
name: Downstairs lights
entities:
- light.living_room_lamp
- light.living_room_ceiling_lights
- light.kitchen_lights
- light.back_room
- light.stairway_downstairs
- light.stairway_upstairs
# Decora wifi dimmer plug
# NOTE: will this work with homekit?
- platform: decora_wifi
username: mail@rishinyc.com
password: Leviton-truck-34
# ***************************************************************************
# Exposes shell command service shell_command.reset_homekit
# ***************************************************************************
shell_command:
reset_homekit: rm /config/.homekit.state
# ***************************************************************************
# Fake switches for app daemon scripts
# ***************************************************************************
input_boolean:
test_input:
name: Test input
# initial: off
# icon: mdi:car
input_kpcc:
name: KPCC
# initial: off
icon: mdi:radio
input_kpcc_downstairs:
name: KPCC Downstairs
# initial: off
icon: mdi:radio
# ***************************************************************************
# Influx DB addon
# ***************************************************************************
influxdb:
host: a0d7b954-influxdb
port: 8086
database: homeassistant
username: homeassistant
password: Rishmonster
max_retries: 3
default_measurement: state