-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
30 lines (29 loc) · 1.05 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
homeassistant:
packages: !include_dir_named integrations
customize: !include_dir_merge_named customize/
unit_system: imperial
country: US
time_zone: America/New_York
external_url: !secret external_url
internal_url: !secret internal_url
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- !secret internal_ip
- !secret external_ip
binary_sensor manual: !include_dir_list binary_sensors
group: !include_dir_merge_named group/
automation: !include_dir_list automations
script: !include_dir_merge_named script/
input_boolean: !include_dir_merge_named input_boolean/
input_button: !include_dir_merge_named input_buttons/
template: !include_dir_list templates
sensor: !include_dir_list sensors
frontend: !include frontend.yaml
recorder: !include recorder.yaml
notify: !include_dir_list notify
switch: !include_dir_merge_named switches
utility_meter: !include_dir_merge_named utility_meters
counter: !include_dir_merge_named counters
mqtt: !include_dir_merge_named mqtt