forked from Tediore/My-HASS-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
executable file
·53 lines (53 loc) · 1.6 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
homeassistant:
name: Home
latitude: !secret lat_home
longitude: !secret lon_home
elevation: !secret elev
unit_system: imperial
time_zone: America/Chicago
customize: !include customize.yaml
auth_providers:
- type: homeassistant
packages: !include_dir_named conf/packages/
whitelist_external_dirs:
- /config
apcupsd:
automation: !include_dir_merge_list conf/automations/
binary_sensor: !include conf/binary_sensor.yaml
climate: !include conf/.climate.yaml
cloudflare: !include conf/.cloudflare.yaml
config:
discovery: !include settings/discovery.yaml
frontend: !include settings/frontend.yaml
google: !include conf/.calendar.yaml
google_assistant: !include conf/google.yaml
group: !include settings/groups.yaml
hacs: !include conf/.hacs.yaml
history: !include settings/history.yaml
http: !include settings/http.yaml
hue: !include conf/.hue.yaml
input_boolean: !include conf/flippy_bois.yaml
input_number: !include conf/input_number.yaml
input_text: !include conf/input_text.yaml
light: !include conf/light.yaml
logbook:
logger: !include settings/logger.yaml
mobile_app:
notify: !include conf/.notify.yaml
recorder: !include settings/recorder.yaml
scene: !include conf/.scenes.yaml
script: !include_dir_merge_named conf/scripts/
sensor: !include_dir_merge_list conf/sensors/
ssdp:
sun:
switch: !include conf/switch.yaml
system_health:
telegram_bot: !include conf/.telegram.yaml
tplink: !include conf/tplink.yaml
tts: !include conf/.tts.yaml
updater: !include settings/updater.yaml
vizio: !include conf/vizio.yaml
zeroconf:
zha: !include conf/.zha.yaml
zone: !include settings/zone.yaml
zwave: !include conf/.zwave.yaml