Added InfluxDB integration. (And Grafana)
This commit is contained in:
		| @@ -74,6 +74,16 @@ calendar: !include calendars.yaml | ||||
| # DB-recorder configuration | ||||
| 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 | ||||
| device_tracker: | ||||
|   - platform: bluetooth_le_tracker | ||||
|   | ||||
		Reference in New Issue
	
	Block a user