-
Notifications
You must be signed in to change notification settings - Fork 5
/
configuration.yaml
57 lines (51 loc) · 1.48 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
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 zone_home_latitude
longitude: !secret zone_home_longitude
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret zone_home_elevation
# metric for Metric, imperial for Imperial
unit_system: metric
# Currency
currency: EUR
# Country
country: NL
# Timezone
time_zone: Europe/Amsterdam
# Customization file
customize: !include customize.yaml
# Contains the URL that Home Assistant is available on the internet.
internal_url: !secret ha_internal_url
external_url: !secret ha_external_url
# Multi-factor authentication
auth_mfa_modules:
- type: totp
# List of folders that can be used as sources for sending files.
allowlist_external_dirs:
- /config
# Load packages
packages: !include_dir_named integrations/
# Discover some devices automatically
#discovery:
# Load scripts
script: !include scripts.yaml
# Load Scenes
# https://www.home-assistant.io/docs/scene/editor/
scene: !include scenes.yaml
frontend:
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.js
themes: !include_dir_merge_named themes/
# Lovelace Mode
lovelace:
mode: yaml
# Include external resource
resources: !include custom_resources.yaml
dashboards:
lovelace-klompen:
mode: yaml
title: Klompen
show_in_sidebar: true
filename: ui-klompen.yaml