-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathconfiguration.yaml
executable file
·180 lines (157 loc) · 3.54 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
homeassistant:
name: Home
latitude: !secret lat
longitude: !secret long
elevation: 141
unit_system: imperial
time_zone: America/Chicago
customize: !include customize.yaml
whitelist_external_dirs:
- /config/www/mail_card/
packages: !include_dir_named includes/packages
default_config:
frontend:
themes: !include_dir_merge_named themes/
config:
lovelace:
mode: yaml
http:
updater:
include_used_components: true
discovery:
conversation:
system_health:
history:
logbook:
logger:
recorder:
purge_keep_days: 5
purge_interval: 1
exclude:
domains:
- weblink
- updater
- automation
- group
- light
- script
- switch
- zone
- zwave
skybell:
username: !secret email
password: !secret pw
map:
sun:
climate:
platform: honeywell
username: !secret email
password: !secret pw
region: us
scan_interval: 1000
media_player:
- platform: lg_netcast
host: 10.10.10.14
name: 'Livingroom TV'
access_token: !secret lg_accesstoken
- platform: androidtv
name: "Kitchen FireTV"
host: 10.10.10.17
adb_server_ip: 10.10.10.28
adb_server_port: 5037
alexa_media:
accounts:
- email: !secret alexa_email
password: !secret alexa_password
url: amazon.com
exclude_devices:
- "Adrian's Alexa Apps"
- "Adrian's echosim_BETA"
- "Allyson's Fire"
- "Kaiden's Fire"
- "Bedroom firetv stick"
- "Kitchen Touchpad"
- "LR Touchpad"
- "This Device"
device_tracker:
- platform: nmap_tracker
hosts:
- 10.10.10.9
ios:
push:
categories:
- name: cameras
identifier: 'camera'
actions:
- identifier: 'FRONT_OUTSIDE_LIGHTS'
title: 'Turn on Front Outside Lights'
- identifier: 'BACK_OUTSIDE_LIGHTS'
title: 'Turn on Back Outside Lights'
- identifier: 'BACK_PORCH_LIGHTS'
title: 'Turn on Back Porch Lights'
speedtestdotnet:
scan_interval:
minutes: 30
monitored_conditions:
- download
- upload
mqtt:
broker: 10.10.10.28
protocol: 3.1
keepalive: 60
client_id: hassio-1
username: !secret mqtt_user
password: !secret mqtt_pw
apple_tv:
- host: 10.10.10.119
name: Livingroom-ATV
login_id: !secret atv_login_id
credentials: !secret atv_cred_id
start_off: true
- host: 10.10.10.11
name: Bedroom-ATV
login_id: !secret atv_login_id
credentials: !secret atv_cred_id
start_off: true
tuya:
username: !secret tuya_un
password: !secret tuya_pw
country_code: 1
transmission:
host: 10.10.10.20
username: !secret transmission_user
password: !secret transmission_pw
scan_interval: 60
monitored_conditions:
- current_status
- download_speed
- upload_speed
- active_torrents
- paused_torrents
- total_torrents
- started_torrents
- completed_torrents
wake_on_lan:
homekit:
filter:
include_entities:
- input_boolean.attic_lights
camera: !include cameras.yaml
stream:
cloud: !include cloud.yaml
notify: !include notify.yaml
switch: !include switch.yaml
sensor: !include sensor.yaml
binary_sensor: !include binary_sensor.yaml
light: !include light.yaml
fan: !include fan.yaml
remote: !include remote.yaml
input_select: !include input_select.yaml
input_boolean: !include input_boolean.yaml
tts:
- platform: google_translate
service_name: google_say
panel_iframe: !include panel_iframe.yaml
group: !include groups.yaml
automation: !include_dir_merge_list automations
script: !include_dir_merge_named script_configs