16 lines
300 B
YAML
16 lines
300 B
YAML
---
|
|
influxdb:
|
|
host: a0d7b954-influxdb
|
|
port: 8086
|
|
database: homeassistant
|
|
username: homeassistant
|
|
password: !secret influxdb
|
|
max_retries: 3
|
|
default_measurement: state
|
|
include:
|
|
domains:
|
|
# - sensor
|
|
# - binary_sensor
|
|
# - sun
|
|
entity_globs:
|
|
- sensor.modbus_* |