diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index 31e2fb514b1..204811d9a69 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -11,19 +11,16 @@ logo: influxdb.png ha_category: "History" --- -The `influx` component makes it possible to transfer all state changes to an external [InfluxDB](https://influxdb.com/) database. +The `influxdb` component makes it possible to transfer all state changes to an external [InfluxDB](https://influxdb.com/) database. -To use the `influx` component in your installation, add the following to your `configuration.yaml` file: +To use the `influxdb` component in your installation, add the following to your `configuration.yaml` file: ```yaml # 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_USERNAME password: MY_PASSWORD ```