-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Add minimum firmware version information for Shelly (Gen3) virtual components #34243
Add minimum firmware version information for Shelly (Gen3) virtual components #34243
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 |
WalkthroughWalkthroughThe documentation for Shelly devices has been updated to reflect a change in firmware version requirements for generation 3 devices. The minimum firmware version needed to create virtual components is now 1.2.0, down from 1.4.0. This change enhances compatibility for users with earlier firmware versions, ensuring broader access to virtual components while keeping the existing content intact. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Shelly Device
participant Web Panel
User->>Web Panel: Access virtual component settings
Web Panel->>Shelly Device: Request firmware compatibility check
Shelly Device-->>Web Panel: Respond with compatibility status (1.2.0 or later)
Web Panel-->>User: Display virtual component options
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Proposed change
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
aioshelly
to version 11.2.0 core#123602Checklist
current
branch.next
branch.Summary by CodeRabbit