620 B
620 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
component | InfluxDB | Record events in InfluxDB. | 2015-12-6 13:08 | true | false | true | true | influxdb.png | Other |
This component will allow you to record events to an InfluxDB database.
If you use Home Assistant 0.9, load this component as `influx`.
# Example configuration.yaml entry
influxdb:
host: DB_HOST_IP_ADDRESS
# Optional, default: 8086
port: 20000
# Optional, default: home_assistant
database: DB_TO_STORE_EVENTS
# Optional
username: MY_USER
password: MY_PASS