forked from matt8707/hass-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
88 lines (75 loc) · 1.64 KB
/
configuration.yaml
File metadata and controls
88 lines (75 loc) · 1.64 KB
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
default_config:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
homeassistant:
packages: !include_dir_named packages
recorder:
db_url: !secret recorder_db_url
purge_keep_days: 365
commit_interval: 60
exclude:
entity_globs:
- sensor.browser_*
sun:
sensor:
- platform: time_date
display_options:
- time
- date
http:
server_port: 8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
use_x_forwarded_for: true
trusted_proxies:
- 10.0.1.1
- 10.1.1.1
cors_allowed_origins:
- https://google.com
- https://www.home-assistant.io
ip_ban_enabled: true
login_attempts_threshold: 10
# Text to speech
tts:
- platform: google_translate
notify:
- name: events
platform: notify_events
- platform: group
name: all_devices
services:
- action: mobile_app_coert_s_phone
- action: mobile_app_pixel_6
frontend:
themes: !include_dir_merge_named themes/
extra_module_url:
- /local/community/lovelace-card-mod/card-mod.js
lovelace:
mode: storage
dashboards:
lovelace-ui:
mode: yaml
title: "Dashboard"
icon: mdi:script
show_in_sidebar: true
filename: lovelace.yaml
simple-ui:
mode: yaml
title: "Dashboard"
icon: mdi:script
show_in_sidebar: true
filename: simple.yaml
simple2-ui:
mode: yaml
title: "Dashboard"
icon: mdi:script
show_in_sidebar: true
filename: simple2.yaml
logger:
default: warning
logs:
custom_components.appname: debug
notify_events:
token: !secret notify_token