-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
executable file
·72 lines (55 loc) · 1.56 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
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: 51.8986
longitude: -8.4958
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 27
# 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: Europe/Dublin
packages: !include_dir_named packages
# configuration:
# Show links to resources in log and frontend
#introduction:
# Enables the frontend
frontend:
# Enables configuration UI
config:
http:
# Uncomment this to add a password (recommended!)
# api_password: !secret http_password
# Uncomment this if you are using SSL or running in Docker etc
base_url: !secret dns_host
ssl_certificate: !secret ssl_cert
ssl_key: !secret ssl_key
# Checks for available updates
updater:
# Discover some devices automatically
discovery:
# 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:
# Enabled support for tracking state changes over time.
recorder:
purge_keep_days: 2
# Track the sun
sun:
media_player:
zone:
name: Home
latitude: !secret home_lat
longitude: !secret home_long
radius: 200
nest:
client_id: !secret nest_client_id
client_secret: !secret nest_client_secret
shopping_list:
influxdb:
username: home-assistant
password: !secret influxdb_password