From c14ef43b5d8cc121d2e31ae2d51937f2a95323c9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Dec 2015 07:35:34 +0100 Subject: [PATCH] Update configuration sample --- source/_components/influxdb.markdown | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 ```