-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
41 lines (32 loc) · 827 Bytes
/
configuration.yaml
File metadata and controls
41 lines (32 loc) · 827 Bytes
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
homeassistant:
# Name and basic info
name: Home
latitude: 64.9388024
longitude: 25.4303833
elevation: 10
unit_system: metric
time_zone: Europe/Helsinki
customize: !include customize.yaml
# Enables the frontend
frontend:
# Enables configuration UI
config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
api_password: !secret api_key
# Discover some devices automatically
discovery:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
# Track the sun
sun:
# config files
input_number: !include inputs_number.yaml
input_boolean: !include inputs_boolean.yaml
sensor: !include sensors.yaml
switch: !include switches.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml