-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
38 lines (30 loc) · 1.01 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
---
#
# This is my Home Assistant configuration.
#
# The setup is following Frenck's idea for configuring Home Assistant, using single files for single purposes.
# This configuration.yaml file is used to bootstrap the rest.
#
# Frenck's repo: https://github.com/frenck/home-assistant-config (concept as it was at e75614b)
#
homeassistant:
# Name of this Home Assistant
name: Spiegell
# MFA setup, using TOTP
auth_mfa_modules:
- type: totp
# Location required to calculate the time the sun rises and sets
latitude: !secret latitude
longitude: !secret longitude
# Country
country: NL
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret elevation
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Amsterdam
external_url: !secret http_external_url
internal_url: !secret http_internal_url
# Packages
packages: !include_dir_named integrations