Temporarily disabling InfluxDB until I have time to do it correctly
This commit is contained in:
@ -71,21 +71,21 @@ recorder:
|
|||||||
db_url: !secret mariadb_url
|
db_url: !secret mariadb_url
|
||||||
purge_keep_days: 30
|
purge_keep_days: 30
|
||||||
|
|
||||||
influxdb:
|
# influxdb:
|
||||||
host: 192.168.1.26
|
# host: 192.168.1.26
|
||||||
port: 8086
|
# port: 8086
|
||||||
database: homeassistant
|
# database: homeassistant
|
||||||
username: homeassistant
|
# username: homeassistant
|
||||||
password: !secret influxdb_pass
|
# password: !secret influxdb_pass
|
||||||
max_retries: 3
|
# max_retries: 3
|
||||||
default_measurement: state
|
# default_measurement: state
|
||||||
exclude:
|
# exclude:
|
||||||
domains:
|
# domains:
|
||||||
- automation
|
# - automation
|
||||||
- script
|
# - script
|
||||||
- zone
|
# - zone
|
||||||
entity_globs:
|
# entity_globs:
|
||||||
- sensor.*battery*
|
# - sensor.*battery*
|
||||||
|
|
||||||
history:
|
history:
|
||||||
exclude:
|
exclude:
|
||||||
|
Reference in New Issue
Block a user