-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
157 lines (128 loc) · 2.78 KB
/
configuration.yaml
File metadata and controls
157 lines (128 loc) · 2.78 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
homeassistant:
name: Juniors Home
latitude: !secret home_lat
longitude: !secret home_lon
elevation: !secret home_elev
unit_system: metric
time_zone: Europe/Budapest
customize: !include customize.yaml
customize_glob: !include customize_glob.yaml
external_url: !secret my_url
internal_url: !secret my_url
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.12.0/24
- 127.0.0.1
- type: homeassistant
#customizer:
# custom_ui: local
mqtt:
discovery: true
discovery_prefix: homeassistant
#system_health:
lovelace:
# mode: yaml
http: !include inc/http.yaml
frontend:
themes: !include_dir_merge_named themes/
extra_html_url:
- /local/custom_ui/state-card-custom-ui.html
extra_html_url_es5:
- /local/custom_ui/state-card-custom-ui-es5.html
#config:
default_config:
zha_toolkit:
zha:
zigpy_config:
ezsp_config:
CONFIG_MAX_END_DEVICE_CHILDREN: 0
#mobile_app:
wake_on_lan:
updater:
include_used_components: true
discovery:
# enable:
# - homekit
influxdb:
host: localhost
port: 8086
ssl: false
database: home_assistant
username: hassio
password: hassio
history:
exclude:
domains:
- device_tracker
recorder:
exclude:
domains:
- camera
- media_player
- automation
- weblink
- updater
- cover
- input_number
- input_boolean
entity_globs:
- binary_sensor.*_charging
- sensor.*_rx
- sensor.*_tx
- sensor.transmission_*
- switch.transmission_*
- sensor.*battery*
entities:
- binary_sensor.updater
- sensor.hacs
#logbook:
sun:
name: Sun
zone: !include inc/zones.yaml
light: !include_dir_merge_list lights/
sensor: !include_dir_merge_list sensors/
switch: !include_dir_merge_list switches/
cover: !include inc/covers.yaml
scene: !include scenes.yaml
nissan_leaf:
username: !secret nissan_user
password: !secret nissan_pass
region: "NE"
update_interval:
hours: 3
update_interval_charging:
minutes: 30
update_interval_climate:
minutes: 15
notify:
- platform: group
name: "Notify group"
services:
- service: notify
- service: tv
spotify:
client_id: !secret spotify_id
client_secret: !secret spotify_secret
ffmpeg:
camera: !include inc/cameras.yaml
automation: !include automations.yaml
input_number: !include inc/inputs.yaml
input_boolean:
toclean_common:
name: Clean common places
initial: off
toclean_kitchen:
name: Clean the kitchen
initial: off
toclean_bedroom:
name: Clean the bedroom
initial: off
toclean_livingroom:
name: Clean the livingroom
initial: off
somebody_at_home:
name: Somebody entered Home zone
initial: off
script: !include scripts.yaml
timer: !include inc/timers.yaml