-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
70 lines (61 loc) · 1.85 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
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_lat
longitude: !secret home_long
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret home_el
external_url: !secret base_url
# metric for Metric, imperial for Imperial
unit_system: metric
country: NL
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Amsterdam
# Customization file
customize: !include customize.yaml
allowlist_external_dirs:
- '/config/downloads'
- '/config/www'
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# custom stuff
#lovelace: !include lovelace/lovelace.yaml
lovelace:
mode: storage
frontend:
themes: !include_dir_merge_named themes
shopping_list:
python_script:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
- 192.168.1.254
# Sensors
sensor: !include_dir_list sensors
wake_on_lan:
system_health:
media_extractor:
default_query: best
automation manual: !include_dir_list automations
automation ui: !include automations.yaml
cover: !include_dir_list covers
group: !include groups.yaml
input_boolean: !include_dir_named input_boolean
input_number: !include_dir_named input_number
input_text: !include_dir_named input_text
light: !include_dir_list lights
scene: !include_dir_list scenes
script: !include_dir_named scripts
switch: !include_dir_list switches
# integrations
feedreader: !include integrations/feedreader.yaml
notify: !include_dir_list integrations/notify
utility_meter: !include_dir_named integrations/utility_meter
proxmoxve: !include_dir_list integrations/proxmoxve
influxdb: !include integrations/influxdb.yaml
downloader:
download_dir: downloads
logger:
default: critical