Added InfluxDB integration. (And Grafana)
This commit is contained in:
parent
0903d6ae91
commit
22622dbaa9
@ -74,6 +74,16 @@ calendar: !include calendars.yaml
|
|||||||
# DB-recorder configuration
|
# DB-recorder configuration
|
||||||
recorder: !include recorder.yaml
|
recorder: !include recorder.yaml
|
||||||
|
|
||||||
|
# Home Assistant InfluxDB integration
|
||||||
|
influxdb:
|
||||||
|
host: a0d7b954-influxdb
|
||||||
|
port: 8086
|
||||||
|
database: homeassistant
|
||||||
|
username: homeassistant
|
||||||
|
password: !secret influx_pass
|
||||||
|
max_retries: 3
|
||||||
|
default_measurement: state
|
||||||
|
|
||||||
# Bluetooth Low Energy tracker
|
# Bluetooth Low Energy tracker
|
||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: bluetooth_le_tracker
|
- platform: bluetooth_le_tracker
|
||||||
|
Loading…
Reference in New Issue
Block a user