-
Notifications
You must be signed in to change notification settings - Fork 2
/
configuration.yaml
77 lines (59 loc) · 1.47 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
#-------------------------------------------
# Home Assistant Main Configuration File
#-------------------------------------------
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: 459
unit_system: metric
time_zone: Europe/Lisbon
packages: !include_dir_named packages
config:
recorder:
db_url: !secret my_sql_url
frontend:
javascript_version: latest
extra_html_url:
- /local/custom_ui/state-card-custom-ui.html
extra_html_url_es5:
- /local/custom_ui/state-card-custom-ui-es5.html
http:
api_password: !secret http_password
base_url: !secret base_url
ip_ban_enabled: True
login_attempts_threshold: 3
updater:
include_used_components: true
#reporting: no
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
# Enables a map showing the location of tracked devices
map:
# Track the sun
sun:
# Logger for hide in logs #
logger:
default: warn
logs:
homeassistant.components.vacuum.xiaomi_miio: critical
miio.device: critical
#-------------------------------------------
# Components
#-------------------------------------------
# Text to speech
tts:
- platform: google
cache: true
cache_dir: /tmp/tts
time_memory: 300
# Cloud
#cloud:
# Merge Named #
group: !include_dir_merge_named groups