Preparations to resume the use of InfluxDB
This commit is contained in:
@ -97,21 +97,34 @@ logger:
|
|||||||
logs:
|
logs:
|
||||||
homeassistant.core: fatal
|
homeassistant.core: fatal
|
||||||
|
|
||||||
# influxdb:
|
influxdb:
|
||||||
# host: 192.168.1.26
|
api_version: 2
|
||||||
# port: 8086
|
host: 192.168.1.4
|
||||||
# database: homeassistant
|
port: 8086
|
||||||
# username: homeassistant
|
max_retries: 3
|
||||||
# password: !secret influxdb_pass
|
ssl: false
|
||||||
# max_retries: 3
|
organization: !secret influxdb_org
|
||||||
# default_measurement: state
|
token: !secret influxdb_token
|
||||||
# exclude:
|
bucket: home_assistant
|
||||||
# domains:
|
default_measurement: state
|
||||||
# - automation
|
tags:
|
||||||
# - script
|
source: HA
|
||||||
# - zone
|
tags_attributes:
|
||||||
# entity_globs:
|
- friendly_name
|
||||||
# - sensor.*battery*
|
exclude:
|
||||||
|
domains:
|
||||||
|
- automation
|
||||||
|
- script
|
||||||
|
- zone
|
||||||
|
- persistent_notification
|
||||||
|
- person
|
||||||
|
entity_globs:
|
||||||
|
- sensor.*battery*
|
||||||
|
include:
|
||||||
|
domains:
|
||||||
|
- sensor
|
||||||
|
- binary_sensor
|
||||||
|
- sun
|
||||||
|
|
||||||
history:
|
history:
|
||||||
exclude:
|
exclude:
|
||||||
|
Reference in New Issue
Block a user