This repository was archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
60 lines (49 loc) · 1.43 KB
/
configuration.yaml
File metadata and controls
60 lines (49 loc) · 1.43 KB
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
# @Author: Will Scott <willscottuk>
# @Date: 11/06/2017 18:10
# @Project: Ambassadr Home Automation
# @Last modified by: willscott
# @Last modified time: 08/09/2018 14:54
homeassistant:
# Name of the location where Home Assistant is running
name: Cronx
# Location required to calculate the time the sun rises and sets
latitude: !secret lat
longitude: !secret long
# Impacts weather/sunrise data
elevation: !secret elev
# metric for Metric, imperial for Imperial
unit_system: metric
time_zone: Europe/London
# Global customisations
customize_glob: !include config/customize_glob.yaml
# Most of the configuration is split into thematic packages
packages: !include_dir_named packages
sun:
zeroconf:
ssdp:
config:
map:
alexa:
ffmpeg:
system_health:
mobile_app:
person:
cloud:
frontend: !include config/frontend.yaml
history: !include config/history.yaml
script: !include_dir_named scripts
python_script:
updater: !include config/updater.yaml
recorder: !include config/recorder.yaml
logger: !include config/logger.yaml
zwave: !include config/zwave.yaml
http: !include config/http.yaml
discovery: !include config/discovery.yaml
logbook: !include config/logbook.yaml
canary: !include config/canary.yaml
mqtt: !include config/mqtt.yaml
# emulated_hue: !include config/emulated_hue.yaml
ios: !include config/ios.yaml
homekit: !include config/homekit.yaml
influxdb: !include config/influxdb.yaml
ifttt: !include config/ifttt.yaml