-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add detailed TLS/SSL limitations for Ecowitt integration #38581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe documentation for the Ecowitt integration was updated to provide a more comprehensive explanation of its TLS/SSL limitations. The new content clarifies that Ecowitt devices cannot connect to Home Assistant via HTTPS, requiring HTTP access. It explains that if Home Assistant is only accessible over HTTPS, the integration will not function, and suggests configuring both HTTP and HTTPS access, typically via a reverse proxy or the NGINX add-on. The update replaces a brief mention of the limitation with detailed guidance for users. Changes
Assessment against linked issues
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
source/_integrations/ecowitt.markdown (1)
46-47
: Insert missing comma for readability.A comma should follow “add-on” to improve flow:
- using the NGINX Home Assistant add-on which can handle both HTTP and HTTPS traffic simultaneously. + using the NGINX Home Assistant add-on, which can handle both HTTP and HTTPS traffic simultaneously.🧰 Tools
🪛 LanguageTool
[uncategorized] ~46-~46: Possible missing comma found.
Context: ...r by using the NGINX Home Assistant add-on which can handle both HTTP and HTTPS tr...(AI_HYDRA_LEO_MISSING_COMMA)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
source/_integrations/ecowitt.markdown
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/ecowitt.markdown
[uncategorized] ~46-~46: Possible missing comma found.
Context: ...r by using the NGINX Home Assistant add-on which can handle both HTTP and HTTPS tr...
(AI_HYDRA_LEO_MISSING_COMMA)
🔇 Additional comments (2)
source/_integrations/ecowitt.markdown (2)
42-42
: New TLS/SSL limitations section is clear and well‑placed.The addition of this header helps users quickly locate the TLS/SSL constraints for Ecowitt.
44-45
: HTTPS‑only limitation explanation is accurate.The paragraph correctly states that Ecowitt devices don’t support HTTPS and must send data over HTTP.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @frenck 👍
Proposed change
Extends/clarifies that Ecowitt requires non-SSL access to Home Assistant.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit