-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
44 lines (36 loc) · 1.31 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
---
# https://www.home-assistant.io/docs/configuration/basic/
# https://www.home-assistant.io/docs/configuration/splitting_configuration/
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 latitude
longitude: !secret longitude
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret elevation
unit_system: !secret unit_system
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: !secret time_zone
currency: !secret currency
# https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
country: !secret country
customize: !include_dir_merge_named customize/
packages: !include_dir_named components/packages
media_dirs:
# Snapshots aren't created in a browseable location. Add location for
# easier reviewing and deleting.
camera_snapshots: www/images/snapshots
automation: !include_dir_merge_list automation
script: !include_dir_named scripts
shell_command: !include components/shell_commands.yaml
logger:
default: warning
logs:
homeassistant.components.shell_command: debug
# Enables configuration UI
config:
lovelace:
mode: yaml
# Enable the system-health card in dev-info
system_health: