-
Notifications
You must be signed in to change notification settings - Fork 20
/
configuration.yaml
77 lines (58 loc) · 1.26 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
homeassistant:
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 192.168.1.0/24
- type: legacy_api_password
api_password: !secret http_password
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: 560
unit_system: metric
time_zone: !secret time_zone
whitelist_external_dirs:
- /config
packages: !include_dir_named packages
http:
server_host: 192.168.1.200
server_port: 80
# duckdns:
# domain: !secret duckdns_domain
# access_token: !secret duckdns_access_token
default_config:
media_extractor:
person:
stream:
config:
map:
discovery:
system_health:
updater:
mobile_app:
logger:
default: error
frontend:
javascript_version: latest
themes: !include_dir_merge_named themes
cast:
media_player:
- host: 192.168.1.105
tts:
- platform: google_translate
service_name: google_say
recorder: !include recorder.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
notify: !include notification.yaml
zone: !include zones.yaml
lovelace:
mode: yaml
# hacs:
# token: 6005f207ea5a4c11b9d81e12aae9c14dd27b9785
# sidepanel_title: True
# sidepanel_icon: True
# python_script: True
# theme: True