forked from LooMarcus/HomeAssistantConfiguration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
executable file
·114 lines (96 loc) · 2.78 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
homeassistant:
name: Home
latitude: !secret lat_coord
longitude: !secret long_coord
elevation: 50
unit_system: metric
time_zone: !secret time_zone
customize_glob: !include customglob.yaml
packages: !include_dir_named packages
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- !secret trusted_network_1
- !secret trusted_network_2
- !secret trusted_network_3
- !secret trusted_network_4
- !secret trusted_network_5
- type: legacy_api_password
api_password: !secret http_password
whitelist_external_dirs:
- '/config/www/motion'
- '/config/www/recordings'
config:
hassio:
system_health:
ssdp:
zeroconf:
http:
base_url: !secret base_url
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
ip_ban_enabled: true
login_attempts_threshold: 3
updater:
discovery:
ignore:
- igd
# ########################################
# ### ASSISTANTS ###
# ########################################
cloud: # !include assistants/cloud.yaml
homekit: !include assistants/homekit.yaml
# ########################################
# ### MOBILE ###
# ########################################
ios: !include notify/ios_config.yaml
mobile_app:
# ########################################
# ### GUI ###
# ########################################
lovelace:
mode: yaml
customizer:
custom_ui: hosted
map:
frontend:
themes: !include_dir_named themes
extra_html_url:
- /local/hass-bha-icons.html
panel_custom: !include panels/panel_custom.yaml
panel_iframe: !include panels/panel_iframe.yaml
hacs:
token: !secret github_access_token
browser_mod:
devices:
24d2e744-aee3dfdb:
name: Isa laptop
82ce1407-06ba38e8:
name: Dashboard
49b3d945-27efcb05:
name: Isa PC
# ########################################
# ### LOGGING ###
# ########################################
recorder: !include logging/recorder.yaml
history: !include logging/history.yaml
logbook: !include logging/logbook.yaml
logger: !include logging/logger.yaml
# ########################################
# ### ENTITIES ###
# ########################################
person:
media_player: !include entities/media_player.yaml
device_tracker: !include entities/device_tracker.yaml
zone: !include_dir_merge_list zones/
# ########################################
# ### SERVICES ###
# ########################################
sun:
shopping_list:
notify: !include notify/notify.yaml
python_script:
tts:
- platform: google_translate
ffmpeg: