-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
138 lines (113 loc) · 3.22 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
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: !secret home_latitude
longitude: !secret home_longitude
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret home_elevation
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: !secret home_timezone
customize_glob: !include customize_glob.yaml
packages: !include_dir_named packages
auth_providers:
- type: homeassistant
# uncomment this to enable backwards compatible API password support
# - type: legacy_api_password
panel_iframe:
configurator:
title: Configurator
icon: mdi:wrench
url: !secret configurator_url
# Show links to resources in log and frontend
#introduction:
# Enables the frontend
frontend:
javascript_version: latest
#frontend:
system_health:
# Enables configuration UI
config:
#api:
# api_password: !secret api_password
http:
# Uncomment this to add a password (recommended!)
# api_password: !secret api_password
# Uncomment this if you are using SSL or running in Docker etc
base_url: !secret httpbase_url
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
server_port: !secret server_port
# Checks for available updates
updater:
zeroconf:
# Discover some devices automatically
discovery:
ignore:
- samsung_tv
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
# Enables support for tracking state changes over time.
recorder:
# Delete events and states older than 3 days
purge_interval: 1
purge_keep_days: 3
db_url: sqlite:////home/homeassistant/.homeassistant/home-assistant_v2.db
# db_url: !secret sql_url
#logger:
# default: debug
logger:
default: info
logs:
pyaarlo: debug
homeassistant.components.ecovacs: debug
homeassistant.components.vacuum.ecovacs: debug
sucks: debug
# enable camera streaming
stream:
# Track the sun
sun:
# ios
ios:
# enable Z-Wave stick
zwave:
usb_path: /dev/ttyACM0
network_key: !secret network_key
# debug: true
#config_path: /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/libopenzwave-0.3.3-py3.4-linux-armv7l.egg/config
#zigbee:
# device: /dev/ttyUSB1
# baud: 115200
script: !include scripts.yaml
# HACS config
hacs:
token: !secret hacstoken
#alexa_media:
# accounts:
# - email: !secret amazon_user
# password: !secret amazon_password
# url: amazon.co.uk
#custom_updater:
# show_installable: True
# hide_sensor: True
# mode: storage
# track:
# - components
# - cards
# - python_scripts
# component_urls:
## Dev build (unstable)
# - https://raw.githubusercontent.com/keatontaylor/alexa_media_player/next/custom_components.json
## Released build
# - https://raw.githubusercontent.com/keatontaylor/alexa_media_player/master/custom_components.json
## track: both
# card_urls:
# - https://raw.githubusercontent.com/kalkih/mini-graph-card/master/tracker.json
lovelace:
mode: yaml