-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
274 lines (218 loc) · 6.31 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
homeassistant:
# Name of the location where Home Assistant is running
name: Wakanda
# Location required to calculate the time the sun rises and sets
# latitude: !secret latitude
# longitude: !secret longitude
# Impacts weather/sunrise data (altitude above sea level in meters)
# elevation: !secret elevation
# metric for Metric, imperial for Imperial
unit_system: imperial
# Temperature unit: C for Celsius, F for Fahrenheit
temperature_unit: F
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/Los_Angeles
# Customization file
# customize: !include_dir_list customizations
# customize_glob: !include globals.yaml
# whitelist_external_dirs:
# - /config/www/custom_ui/floorplan/images
#########################
### Frontend ###
#########################
# Enables the frontend
frontend:
javascript_version: latest
themes: !include_dir_merge_named themes
extra_html_url:
# - /local/custom_ui/state-card-aftership.html
# - /local/custom_ui/custom-weather-animated.html
# - /local/custom_ui/state-card-hline.html
- /local/hass-fontawesome-solid.html
- /local/hass-fontawesome-regular.html
- /local/hass-fontawesome-brands.html
extra_html_url_es5:
# - /local/custom_ui/custom-weather-animated.html
- /local/custom_ui/state-card-hline_es5.html
### Component Panels ###
### iFrame Panels ###
panel_iframe:
router:
title: "Verizon Internet Gateway"
url: "http://192.168.0.1"
icon: mdi:router
require_admin: true
#########################
### Web Access ###
#########################
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
# api_password: !secret password
# base_url: !secret base_url
# ssl_certificate: !secret ssl_certificate
# ssl_key: !secret ssl_key
cors_allowed_origins:
- https://google.com
- https://www.home-assistant.io
- https://reformedreality.com
- http://reformedreality.com
ip_ban_enabled: True
login_attempts_threshold: 5
### MQTT ###
##################################
# 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
### Custom updater ###
#custom_updater:
#component_urls:
#########################
### Native Components ###
#########################
# Enables configuration UI
config:
# Discover some devices automatically
discovery:
# Hardware
hardware:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Provides a service to open URLs in the default browser on the host machine.
browser:
# Enables support for tracking state changes over time
history:
# Color Extractor
color_extractor:
# Downloader
downloader:
download_dir: downloads
# Logs
logbook: logs/logbook.yaml
logger: logs/logger.yaml
recorder: logs/recorder.yaml
### InfluxDB - for Grafana ###
#influxdb:
# Enables a map showing the location of tracked devices
map:
# Track the sun
sun:
# Weather prediction
# Text to speech
#tts: !include_dir_merge tts
# Zeroconf/Avahi/Bonjour
zeroconf:
# UPNP
upnp:
# FFmpeg
ffmpeg:
# API
api:
# Python Scripts
#python_script: !include_dir_list python_scripts
files:
pvoutput:
stream:
zodiac:
# Home Assistant Cloud
cloud:
### Google Assistant Actions ###
### Amazon Alexa Skills ###
### Proximity ###
proximity:
home:
devices:
- device_tracker.pixel6
tolerance: 50
unit_of_measurement: mi
dir_of_travel: towards
### Sun Lights ###
device_sun_light_trigger:
light_group: group.living_room
light_profile: relax
device_group: person.taurence
disable_turn_off: true
############################
### 3rd Party Components ###
############################
# IFTTT
ifttt:
key: !secret ifttt
# Enable DialogFlow
dialogflow:
### Samsung Smart TV ###
samsungtv:
- host: !secret samsung_tv
### Habitca ###
#habitica:
# - api_user: !secret habit_id
# api_key: !secret habit_key
# name: Ozone
### Dominos Pizza ###
#dominos:
# country_code: !secret country_code
# first_name: !secret firstname
# last_name: !secret lastname
# email: !secret email
# phone: !secret phone
# address: !secret address
### Join ###
#joaoapps_join:
# - name: Androids
# device_id: group.android,group.pc
# api_key: !secret join_api
### Earthquakes ###
geo_location:
- platform: usgs_earthquakes_feed
feed_type: 'past_day_all_earthquakes'
radius: 50
minimum_magnitude: 0.0
- platform: geo_json_events
url: https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson
radius: 50
### openSenseMap ###
air_quality:
- platform: opensensemap
station_id: 5e9d1ce745f937001cbc9adf
name: Denny-Blaine
#########################
### Includes ###
#########################
#Manual automations
automation manual: !include_dir_merge_list automations/
#UI Automations
automation ui: !include automations.yaml
#############################################
#sensor: !include_dir_merge_list sensors
#binary_sensor: !include_dir_merge_list binary_sensors
#cloud: !include cloud_config.yaml
#homekit: !include homekit.yaml
#group: !include_dir_merge_named groups
#scene: !include_dir_merge_list scenes
#switch: !include_dir_merge_named switches
#script: !include_dir_merge_named scripts
#input_boolean: !include_dir_merge_named input_booleans
#shell_command: !include_dir_merge_named shell_commands
#zone: !include_dir_merge_named zones
#input_datetime: !include_dir_list input_datetimes
#input_number: !include_dir_list input_numbers
#input_select: !include_dir_list input_selects
#input_text: !include_dir_list input_texts
#alarm_control_panel: !include_dir_list control_panels
#camera: !include_dir_list cameras
#cover: !include_dir_list covers
#battery: !include_dir_list batteries
#light: !include_dir_list lights
#shell_scripts: !include_dir_named shell_scripts
#timer: !include_dir_list timers
#schedule: !include_dir_list schedules
#variable: !include variables
#notify: !include notifiers
#media_player: !include media_players
#fan: !include_dir fans
#alert: !include_dir_list alerts