Add InfluxDB 3 Core and Enterprise compatibility documentation#42591
Merged
silamon merged 8 commits intohome-assistant:currentfrom Dec 28, 2025
Merged
Add InfluxDB 3 Core and Enterprise compatibility documentation#42591silamon merged 8 commits intohome-assistant:currentfrom
silamon merged 8 commits intohome-assistant:currentfrom
Conversation
- Document v1/v2 write API and v1/v3 query API compatibility - Add example configuration with InfluxDB 3-specific settings - Update sensor section noting InfluxQL support for 1.x sensors - Fix broken links to InfluxDB documentation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive documentation for InfluxDB 3 Core and Enterprise compatibility with the Home Assistant InfluxDB integration. The changes clarify that InfluxDB 3 supports backward-compatible v1/v2 write APIs and v1/v3 query APIs (InfluxQL and SQL), while noting that Flux queries are not supported.
Key changes include:
- Added InfluxDB 3-specific documentation section with write/query API compatibility details and example configuration
- Updated configuration variable descriptions to clarify version-specific requirements (1.x, 2.x, and 3.x)
- Enhanced sensor documentation noting InfluxQL support for InfluxDB 3 and lack of Flux support
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This was referenced Dec 16, 2025
Contributor
Author
|
@mdegat01 Hi, is there any other check I can run for this to help you out? |
silamon
approved these changes
Dec 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add documentation for using the InfluxDB integration with InfluxDB 3 Core and Enterprise.
Changes
Context
InfluxDB 3 Core (open-source) and Enterprise support backward-compatible v1/v2 write APIs and v1/v3 query APIs, allowing existing Home Assistant configurations to work with minor adjustments. This PR fixes broken links, documents those compatibility options, and provides guidance for users migrating to InfluxDB 3.