-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Matter device update: add screenshot #34197
Conversation
- rename to OTA update, to align with wording used by other integrations
WalkthroughWalkthroughThe documentation updates clarify the optional nature of Over-the-Air (OTA) updates for Matter devices, emphasizing that not all devices implement this feature. It improves the description of Home Assistant's interaction with the Distributed Compliance Ledger (DCL), detailing how update entities are created for compatible devices. Additionally, a new visual representation of OTA update notifications enhances user understanding of the update process within the Home Assistant ecosystem. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HomeAssistant
participant MatterDevice
participant DCL
User->>HomeAssistant: Check for updates
HomeAssistant->>DCL: Query for updates
DCL-->>HomeAssistant: Provide update information
HomeAssistant->>MatterDevice: Notify of available updates
MatterDevice-->>HomeAssistant: Confirm update installation
HomeAssistant-->>User: Notify update status
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. |
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
Outside diff range, codebase verification and nitpick comments (1)
source/_integrations/matter.markdown (1)
325-330
: Correct the phrase to align with American English.The phrase "in future" should be corrected to "in the future" for consistency.
- It is expected that in future, more and more firmware updates become available through the DCL. + It is expected that in the future, more and more firmware updates become available through the DCL.Tools
LanguageTool
[locale-violation] ~329-~329: The phrase ‘in future’ is British English. Did you mean: “in the future”?
Context: ...to provide updates. It is expected that in future, more and more firmware updates become ...(IN_FUTURE)
Proposed change
Matter device update: add screenshot
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit