-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfiguration.yaml
executable file
·90 lines (75 loc) · 2.04 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
homeassistant:
customize: !include customize.yaml # Allows adding customizations (mostly icon overrides) in the UI.
packages: !include_dir_named packages
# allowlist_external_dirs:
# - /config/openhasp
default_config:
# These are all of the individual things I used to have before switching to default_config.
# updater:
# person:
# config:
# cloud:
# system_health:
# ssdp:
# zeroconf:
# sun:
# logbook:
# map:
# mobile_app:
hassio:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
- 192.168.1.149
# ip_ban_enabled: true
# login_attempts_threshold: 5
recorder:
db_url: !secret mariadb_url
exclude:
domains:
- updater
- camera
- script
entities:
- sensor.time
history:
frontend:
themes: !include_dir_merge_named themes
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.js
lovelace:
# Allows sending a magic packet directly.
wake_on_lan:
logger:
default: warning
logs:
# 3D printer integrations spit out errors because I don't leave them running.
homeassistant.components.octoprint: critical
custom_components.moonraker: critical
moonraker_api: critical
ifttt:
key: !secret ifttt_key
ffmpeg:
# spotcast:
# sp_dc: !secret spotcast_sp_dc
# sp_key: !secret spotcast_sp_key
tts:
- platform: google_translate
- platform: google_cloud
key_file: google_cloud_credentials.json
voice: en-US-Standard-C
automation: !include automations.yaml # For the automation editor
# binary_sensor: !include_dir_merge_list binary_sensor
group: !include_dir_merge_named group
# input_boolean: !include_dir_merge_named input_boolean
# input_select: !include_dir_merge_named input_select
light: !include_dir_merge_list light
# media_player: !include_dir_merge_list media_player
notify: !include_dir_merge_list notify
scene: !include scenes.yaml # For the scene editor
script: !include scripts.yaml
sensor: !include_dir_merge_list sensor
# shell_command: !include_dir_merge_named shell_command
# switch: !include_dir_merge_list switch
# zone: !include_dir_merge_list zone