* Added clarification
this is not a database replacement. I think many users (including myself) thought this was a replacement database.
* Minor changes
* Add InfluxDB Docker setup instructions
Add instructions for setting up a functional and up-to-date InfluxDB instance to use with this component to the documentation.
* Remove blog link, add relevant links
Removed instructions for setting it up with Docker.
Added a link to the hassio community add-on.
Added a link to the influxdb installation documentation.
* ✏️ Tweak
* influxdb component config var formatting
Updating the configuration variable section.
I wasn't sure that the customize variables should be included, since they apply to all components from my understanding.
- **component_config**, **component_config_domain**, **component_config_glob** (*Optional*): These attributes contains component-specific override values. See [Customizing devices and services](/getting-started/customizing-devices/) for format.
- **override_measurement** (*Optional*): Measurement name to use for this component, takes precedence over the global 'override_measurement' and component-specific 'unit_of_measurement' attribute.
Related to #6385.
* Fixed default values
based on the component influxdb.py
* Update influxdb.markdown
Fix both 'int' -> 'integer'
Fix default database to correct value of 'home_assistant'
* Update influxdb.markdown
Added in component customization values to config variables. Left with default description from original component page. I'm checking to see if there is a better way to describe these.
* Update influxdb.markdown
Fixed wrong type for override_measurement.
Happy with description of custom values.
* Required Changes
Fixed grammar for the three customize variables.
* Document max retries for InfluxDB
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* influxdb: Add queue limit parameter.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* If the used influxdb is configured to use authentication the user needs read/write permissions on the database. Mention this in the doc.
* The influxdb documentation has a */latest* link. Use this instead of a fixed version number.
* Document blacklist_domains of InfluxDB
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* Adapt changes to InfluxDB include/exclude changes.
The config options used there are now following the same scheme as the
ones in recorder and similar components.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
Fixed some spelling errors and tweaked some incorrect or awkward grammar. Added some markup around specific names/values for readability and consistency with existing documentation.
* Updates the influxdb documentation with minimal setup instructions
- Adds instructions on creating the default database, which were
previously located in the blog post
- Clarifies that the default influxdb configuration doesn’t require
authentication
* Removes detailed instructions for Influx database creation
Replaces the detailed instructions with a link to the official InfluxDB
v 1.0 documentation for creating a database