-
Notifications
You must be signed in to change notification settings - Fork 3
/
configuration.yaml
executable file
·90 lines (63 loc) · 1.22 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:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret altitude
unit_system: imperial
time_zone: America/Chicago
customize: !include customize.yaml
packages: !include_dir_named packages
group: !include groups.yaml
automation: !include_dir_merge_list automations/
script: !include_dir_merge_named scripts/
input_boolean: !include_dir_merge_named input_booleans/
logger:
default: warning
system_health:
frontend:
themes: !include_dir_merge_named themes/
google:
client_id: !secret google_client
client_secret: !secret google_secret
config:
stream:
person:
http:
updater:
include_used_components: true
discovery:
ignore:
- philips_hue
downloader:
download_dir: downloads
conversation:
history:
logbook:
recorder:
purge_keep_days: 5
purge_interval: 1
map:
sun:
mobile_app:
ios:
cloud:
# Text to speech
tts:
- platform: google_translate
tuya:
username: !secret tuya_user
password: !secret tuya_pass
country_code: 1
speedtestdotnet:
scan_interval:
minutes: 30
monitored_conditions:
- ping
- download
- upload
breaking_changes:
mqtt:
broker: 192.168.1.16
discovery: true
discovery_prefix: homeassistant