-
Notifications
You must be signed in to change notification settings - Fork 7
/
configuration.yaml
86 lines (74 loc) · 2.43 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
79
80
81
82
83
84
85
86
---
# Welcome to my Home Assistant configuration!
#
# Don't be scared by the size of my configuration file...
# It is probably the smallest you've ever seen.
#
# My system is very modular and very differently structured
# compared to other configurations you'll find online.
#
# Basically, each file in the repository does 1 (one, uno, eins)
# thing only! Click through it, you'll get it pretty fast.
#
# The configuration.yaml is only used to bootstrap the system
# and contains some minimal, but vital, settings.
#
homeassistant:
# Name of this Home Assistant instance... I've tried to be original... ;)
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: !secret unit_system
# Time zone
# Pick yours from here:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: !secret time_zone
# Currency
# Pick yours from here:
# https://en.wikipedia.org/wiki/ISO_4217#Active_codes
currency: EUR
# URL Definition
internal_url: !secret ha_url
external_url: !secret ha_url
# Load packages
packages: !include_dir_named packages/
# Whitelist External Directories
allowlist_external_dirs: !secret whitelist_external_dirs
# Auth Providerrs
auth_providers:
- type: homeassistant
# List of trusted networks, consisting of IP addresses or networks,
# that are allowed to bypass password protection when accessing Home Assistant.
# - type: trusted_networks
# trusted_networks: !secret trusted_networks
# allow_bypass_login: false
# trusted_users: !secret trusted_users
#remote_homeassistant:
# instances:
# - host: !secret casa_maurizio_host
# port: 443
# secure: true
# access_token: !secret casa_maurizio_token
# entity_prefix: "casa_maurizio_"
lovelace:
resources: !include lovelace/resources.yaml
dashboards:
lovelace-tablet:
mode: yaml
title: Tablet
icon: mdi:tablet
show_in_sidebar: true
require_admin: false
filename: dashboard_tablet.yaml
lovelace-management:
mode: yaml
title: Management
icon: mdi:chart-bar-stacked
show_in_sidebar: true
require_admin: true
filename: dashboard_management.yaml
scene: !include scenes.yaml