-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfiguration.yaml
163 lines (141 loc) · 4.15 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
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
158
159
160
161
162
163
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Example configuration.yaml entry
logger:
default: info
# logs:
# log level for HA core
# homeassistant.core: warning
# log level for all python scripts
# homeassistant.components.python_script: warning
# custom_components.multiscrape: debug
# homeassistant.components.zha: debug
# zigpy: debug
http:
ssl_certificate: !secret ssl_cert
ssl_key: !secret ssl_key
ip_ban_enabled: true
login_attempts_threshold: 5
zone:
- name: Home
latitude: !secret latitude
longitude: !secret longitude
radius: 50
icon: mdi:home
recorder:
auto_purge: true
auto_repack: true
purge_keep_days: 30
lovelace:
mode: yaml
resources:
- url: /hacsfiles/atomic-calendar-revive/atomic-calendar-revive.js
type: module
- url: /hacsfiles/bar-card/bar-card.js
type: module
- url: /hacsfiles/ha-floorplan/floorplan.js
type: module
- url: /hacsfiles/lovelace-canary/canary.js
type: module
- url: /hacsfiles/lovelace-card-mod/card-mod.js
type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
type: module
- url: /hacsfiles/vacuum-card/vacuum-card.js
type: module
- url: /hacsfiles/weather-radar-card/weather-radar-card.js
type: module
- url: /hacsfiles/lovelace-card-tools/card-tools.js
type: module
- url: /hacsfiles/scheduler-card/scheduler-card.js
type: module
- url: /hacsfiles/lovelace-mushroom/mushroom.js
type: module
- url: /hacsfiles/hass-swipe-navigation/swipe-navigation.js
type: module
- url: /hacsfiles/clock-weather-card/clock-weather-card.js
type: module
- url: /hacsfiles/lovelace-hourly-weather/hourly-weather.js
type: module
- url: /hacsfiles/vertical-stack-in-card/vertical-stack-in-card.js
type: module
- url: /hacsfiles/lovelace-flower-card/flower-card.js
type: module
- url: /hacsfiles/apexcharts-card/apexcharts-card.js
type: module
- url: /hacsfiles/lovelace-auto-entities/auto-entities.js
type: module
- url: /hacsfiles/lovelace-state-switch/state-switch.js
type: module
- url: /hacsfiles/decluttering-card/decluttering-card.js
type: module
- url: /hacsfiles/config-template-card/config-template-card.js
type: module
- url: /hacsfiles/lovelace-valetudo-map-card/valetudo-map-card.js
type: module
- url: /hacsfiles/stack-in-card/stack-in-card.js
type: module
- url: /hacsfiles/swipe-card/swipe-card.js
type: module
- url: /hacsfiles/honeycomb-menu/honeycomb-menu.js
type: module
- url: https://fonts.googleapis.com/css2?family=Oxygen&family=Ubuntu:wght@300&display=swap
type: css
dashboards:
lovelace-floorplan:
mode: yaml
filename: floorplan.yaml
title: Floorplan
icon: mdi:floor-plan
show_in_sidebar: true
lovelace-mobil:
mode: yaml
filename: mobil.yaml
title: Mobil
icon: mdi:cellphone
show_in_sidebar: true
homeassistant:
packages: !include_dir_named include
customize: !include customize.yaml
allowlist_external_dirs:
- "/home/zoolesz/.homeassistant"
device_tracker:
- platform: iphonedetect
consider_home: 60
scan_interval: 12
new_device_defaults:
track_new_devices: true
hosts:
Szakacs_Katalin_Wifi: 192.168.1.93
Hunyadvari_Zoltan_Wifi: 192.168.1.95
#python_script:
gree_ext:
isal:
#powercalc:
sonoff:
username: !secret sonoff_username
password: !secret sonoff_password
# mode: local
# reload: always
# Text to speech
tts:
- platform: microsoft
api_key: !secret tts_api_key
language: hu-hu
type: TamasNeural
region: westeurope
rate: -10
frontend:
themes: !include_dir_merge_named themes
#zha:
# zigpy_config:
# ota:
# otau_directory: /home/zoolesz/.homeassistant/zigpy_ota/
#zha_toolkit:
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml