-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
63 lines (63 loc) · 1.76 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
56
57
58
59
60
61
62
63
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
customize: !include customize.yaml
allowlist_external_dirs:
- "/config/www/files"
http:
use_x_forwarded_for: true
trusted_proxies:
- !secret ha_ip_address
- !secret home_server_address
alert: !include alerts.yaml
alexa: !include alexa.yaml
automation: !include automations.yaml
binary_sensor: !include binary_sensor.yaml
calendar: !include calendar.yaml
camera: !include camera.yaml
climate: !include climate.yaml
conversation:
cover: !include cover.yaml
device_tracker: !include_dir_list device_tracker
downloader:
download_dir: downloads
fan: !include fan.yaml
feedreader: !include feeds.yaml
frontend:
themes: !include_dir_merge_named themes
# generic_hygrostat: !include hygrostat.yaml
group: !include groups.yaml
history: !include history.yaml
homekit: !include homekit.yaml
influxdb: !include influxdb.yaml
logbook: !include logbook.yaml
logger: !include logger.yaml
media_player: !include media_player.yaml
mqtt:
sensor: !include_dir_merge_list mqtt/sensor
notify: !include notify.yaml
plant: !include plant.yaml
powercalc:
proximity: !include proximity.yaml
# pyscript:
# allow_all_imports: true
# hass_is_global: true
python_script:
recorder: !include recorder.yaml
rest_command: !include rest_command.yaml
scene: !include scenes.yaml
script: !include scripts.yaml
sensor: !include_dir_merge_list sensors
switch: !include_dir_list switch
telegram_bot: !include telegram.yaml
template: !include_dir_merge_list templates
tts:
- platform: picotts
language: "en-GB"
service_name: picotts_say
utility_meter: !include utility_meter.yaml
wake_on_lan:
waste_collection_schedule: !include waste_collection_schedule.yaml
webhook_service:
withings:
use_webhook: true