-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfiguration.yaml
executable file
·77 lines (62 loc) · 1.77 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
homeassistant:
name: !secret HOME_NAME
latitude: !secret HOME_LATITUDE
longitude: !secret HOME_LONGITUDE
elevation: !secret HOME_ELAVATION
unit_system: metric
time_zone: !secret HOME_TIME_ZONE
customize: !include customize.yaml
packages: !include_dir_named packages
auth_providers:
- type: homeassistant
- type: legacy_api_password
- type: trusted_networks
whitelist_external_dirs:
- !secret HA_CONFIGURATION_DIRECTORY
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
# Discover some devices automatically
# discovery:
# ignore:
# - xiaomi_gw
# - ikea_tradfri
# # - philips_hue
# # - sonos
# Enables the auth component
auth:
# ########################################
# ### UI ###
# ########################################
# Configure Home Assistant to use HTTPS
http:
base_url: !secret HTTP_URL
ssl_certificate: !secret SSL_CERTIFICATE
ssl_key: !secret SSL_KEY
trusted_networks:
- !secret HTTP_TRUSTED_IP_INTERNAL
- !secret HTTP_TRUSTED_IP_EXTERNAL
login_attempts_threshold: 3
# Enables the frontend
frontend:
javascript_version: latest
themes: !include_dir_merge_named themes
shell_command:
lovelace_gen: 'python /config/lovelace-gen.py'
# Enables a map showing the location of tracked devices
map:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables the Hassio configuration
hassio:
# Enables Home Assistant Cloud
# cloud:
# Enables configuration UI
config:
# ########################################
# ### LOGGING ###
# ########################################
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook: