-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
58 lines (43 loc) · 1.34 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
#trusted proxies
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.2
- 172.30.33.3
- 127.0.0.1
- ::1
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
recorder:
purge_keep_days: 30
# Text to speech
tts:
- platform: google_translate
#---------------configuration file locations--------------
group: !include config_yaml/groups.yaml
automation yaml: !include_dir_merge_list automations/
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
homeassistant:
customize: !include config_yaml/customize.yaml
latitude: !secret latitude
longitude: !secret longitude
#-----------------custom packages--------------------------
packages:
weather: !include config_yaml/weather.yaml
farm: !include config_yaml/farm.yaml
heating: !include config_yaml/heating.yaml
#-------------------Device Configs-----------------------
device_logons: !include device_api/device_logons.yaml
shelly: !include device_api/shelly.yaml
cctv: !include device_api/cctv.yaml
tuyalocal: !include device_api/tuyalocal.yaml
googleapp: !include device_api/googleapp.yaml
tv: !include device_api/tv.yaml
downloader:
download_dir: downloads