Update sensor.influxdb.markdown (#1845)
Fix case of `influxdb` component name.
This commit is contained in:
parent
e911357e97
commit
c352564001
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ha_category: Sensor
|
|||
ha_release: 0.32
|
||||
---
|
||||
|
||||
The `InfluxDB` sensor allows you to use values from an [InfluxDB](https://influxdb.com/) database to populate a sensor state. This can be use to present statistic about home_assistant sensors if used with the `influxdb` history component. It can also be used with an external data source.
|
||||
The `influxdb` sensor allows you to use values from an [InfluxDB](https://influxdb.com/) database to populate a sensor state. This can be use to present statistic about home_assistant sensors if used with the `influxdb` history component. It can also be used with an external data source.
|
||||
|
||||
To configure this sensor, you need to define the sensor connection variables and a list of queries to your `configuration.yaml` file. A sensor will be created for each query:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue