-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.yaml
79 lines (52 loc) · 1.78 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
homeassistant:
# Name of the location where Home Assistant is running
name: Fossum HomeAssist
# 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: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Oslo
customize: !include_dir_merge_named customize/
# Show links to resources in log and frontend
#introduction:
# Enables the frontend
#frontend: !include config_files/frontend.yaml
frontend:
themes: !include_dir_merge_named themes/
# Enables configuration UI
config:
http: !include config_files/http.yaml
# 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:
# Recorder settings for persistent storage
recorder: !include config_files/recorder.yaml
# Logger stup
logger: !include config_files/logger.yaml
# Track the sun
sun:
# Sytem Helt monitoring
system_health:
# Automation
automation: !include_dir_merge_list automation/
# JAF Manual entries
mobile_app:
speedtestdotnet:
netatmo: !include config_files/netatmo.yaml
sensor: !include_dir_merge_list sensor/
device_tracker: !include config_files/device_tracker.yaml
input_boolean: !include config_files/input_boolean.yaml
input_number: !include config_files/input_number.yaml
tradfri: !include config_files/tradfri.yaml
weather: !include config_files/weather.yaml
nest: !include config_files/nest.yaml
air_quality: !include config_files/air_quality.yaml