-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
179 lines (169 loc) · 5.29 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
homeassistant:
# external_url: "https://homeassistant.lan.eigeland.net"
# internal_url: "https://homeassistant.lan.eigeland.net"
allowlist_external_dirs:
- /config
customize: !include customize.yaml
# Packages
packages: !include_dir_named packages
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
nordpool:
#amshan_ext:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
switch: !include switch.yaml
sensor: !include sensor.yaml
sql: !include sql_sensor.yaml
utility_meter: !include utility_meter.yaml
input_boolean: !include input_boolean.yaml
input_text: !include input_text.yaml
recorder: !include recorder.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.7
- 10.0.0.0/24
- 192.168.0.0/24
ltss:
db_url: postgresql://postgres:homeassistant@77b2833f-timescaledb/homeassistant
# chunk_time_interval: 2592000000000 (30 days)
# compress LTSS
# https://github.com/freol35241/ltss/issues/119#issuecomment-1676299107
chunk_time_interval: 86400000000
include:
entity_globs:
- binary_sensor.*_db
- sensor.kamstrup_*
- sensor.kwh*
- sensor.cost*
- sensor.energy*
- sensor.*temperature*
- sensor.*humidity*
- sensor.*charger*
- sensor.*prize*
- sensor.*price*
- sensor.*postgres*
# domains:
# - sensor
# influxdb:
# host: a0d7b954-influxdb
# port: 8086
# database: homeassistant
# username: !secret influxdb_username
# password: !secret influxdb_password
# max_retries: 3
# default_measurement: state
# include:
# entity_globs:
# - binary_sensor.*_db
# - sensor.kamstrup_*
# - sensor.kwh*
# - sensor.cost*
# - sensor.energy*
# - sensor.*temperature*
# - sensor.*humidity*
# - sensor.*charger*
# - sensor.*prize*
# - sensor.*price*
# component_config_glob:
# sensor.*humidity*:
# override_measurement: humidity
# sensor.*temperature*:
# override_measurement: temperature
# sensor.*battery*:
# override_measurement: battery
# sensor.*light*:
# override_measurement: light
# sensor.*voltage*:
# override_measurement: voltage
# sensor.*kwh*:
# override_measurement: power
# sensor.*percent*:
# override_measurement: percent
# Run scripts
shell_command:
do_ddns_updater: "/config/scripts/digitalocean.sh"
frontend:
themes: !include_dir_merge_named themes
# tellduslive:
# host: 10.0.0.148
# scan_interval: 30
lovelace_gen:
lovelace:
mode: yaml
resources:
- url: /browser_mod.js
type: module
- url: /hacsfiles/apexcharts-card/apexcharts-card.js?hacstag=331701152201
type: module
- url: /hacsfiles/button-card/button-card.js?hacstag=146194325342
type: module
- url: /hacsfiles/config-template-card/config-template-card.js?hacstag=172177543136
type: module
- url: /hacsfiles/floor3d-card/floor3d-card.js?hacstag=361776538150
type: module
- url: /hacsfiles/frigate-hass-card/frigate-hass-card.js?hacstag=394082552400
type: module
- url: /hacsfiles/hass-swipe-navigation/swipe-navigation.js?hacstag=501725479161
type: module
- url: /hacsfiles/light-entity-card/light-entity-card.js?hacstag=168744428500
type: module
- url: /hacsfiles/lovelace-card-mod/card-mod.js?hacstag=190927524315
type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js?hacstag=156434866242
type: module
- url: /hacsfiles/lovelace-swipe-navigation/swipe-navigation.js?hacstag=183995552136
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js?hacstag=1512800620110
type: module
- url: /hacsfiles/person-entity-card/person-entity-card-bundle.js?hacstag=413430860080
type: module
- url: /hacsfiles/room-card/room-card.js?hacstag=454440949151
type: module
- url: /local/js/color-lite-card.js
type: module
- url: /hacsfiles/atomic-calendar-revive/atomic-calendar-revive.js
type: module
- url: /hacsfiles/weather-card/weather-card.js
type: module
- url: /hacsfiles/lovelace-slider-entity-row/slider-entity-row.js
type: module
- url: /hacsfiles/simple-thermostat/simple-thermostat.js
type: module
- url: /hacsfiles/formulaone-card/formulaone-card.js
type: module
- url: /local/community/weather-radar-card/weather-radar-card.js
type: module
- url: /hacsfiles/lovelace-template-entity-row/template-entity-row.js
type: module
dashboards:
lovelace-dashboard:
mode: yaml
title: Overview
icon: mdi:home
show_in_sidebar: false
filename: ui-lovelace.yaml
group:
updates:
name: "Updates"
entities:
- update.home_assistant_core_update
- update.home_assistant_operating_system_update
- update.home_assistant_supervisor_update
- update.esphome_update
- update.check_home_assistant_configuration_update
- update.samba_backup_update
- update.samba_share_update
- update.studio_code_server_update
logger:
default: info
# logs:
# nordpool: debug
# custom_components.nordpool: debug
# custom_components.nordpool.sensor: debug
# custom_components.nordpool.aio_price: debug