-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Replace still image example in generic camera #37339
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
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the |
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe documentation for the Generic Camera integration has been updated. The example header now reads "Weather graph from USA National Weather Service" instead of "Weather graph from yr.no," and the example image URL has been changed from an SVG to a GIF from the USA National Weather Service. Additionally, the instructions for locating the outdated yr.no SVG have been removed. No modifications were made to public or exported entities. Changes
Assessment against linked issues
Tip 🌐 Web search-backed reviews and chat
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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.
Thanks, @davet2001 👍
../Frenck
Proposed change
As per #35819, one of the still image examples for the generic camera integration does not work. This PR swaps to another example weather map which does ok.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
The reason for the previous yr.no svg file not working is because of a slightly abnormal svg format which fails the image verification.
Since IP cameras are not expected to be displaying svg files, it was decided not to add that capability.
If users want to display svg files, they should use a picture entity card, rather than setting up a generic camera.
Checklist
current
branch.next
branch.Summary by CodeRabbit