-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
55 lines (45 loc) · 1.2 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
homeassistant:
customize: !include customize.yaml
packages: !include_dir_named packages
allowlist_external_dirs:
- /config
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
frontend:
themes: !include_dir_merge_named themes
cloud:
http:
ip_ban_enabled: true
login_attempts_threshold: 10
recorder:
db_url: !secret db_url
# Text to speech
tts:
- platform: google_translate
device_tracker:
- platform: google_maps
username: !secret presence_user
folder_watcher:
- folder: /config
patterns:
- "*.yaml"
mqtt:
sensor:
- state_topic: "checkin/nodered"
name: "Node-Red"
expire_after: 600
sensor rest: !include_dir_merge_list sensors/
switch: !include switches.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
binary_sensor: !include binary_sensor.yaml
sensor: !include sensors.yaml
input_boolean: !include input_boolean.yaml
input_button: !include input_button.yaml
input_datetime: !include input_datetime.yaml
input_number: !include input_number.yaml
input_select: !include input_select.yaml
input_text: !include input_text.yaml
camera: !include cameras.yaml
group: !include groups.yaml