forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require minimum HA Core version for matter server (home-assistant#2817)
- Loading branch information
1 parent
5d4611b
commit 1b32ba9
Showing
5 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Release documentation for developers | ||
|
||
## Matter Server Update Procedure | ||
|
||
When updating the server library in the add-on follow these steps: | ||
|
||
1. Update the `MATTER_SERVER_VERSION` argument in `build.yaml`. | ||
2. Check if the chip SDK version has changed in the server library. | ||
3. If the chip SDK version has changed, set the `homeassistant` key in `config.yaml` to the minimum version of Home Assistant Core required to install or update the add-on. Home Assistant Core needs to have the exact same version of the chip SDK as the server. | ||
4. Update the add-on version in `config.yaml`. Bump to a new major version if the chip SDK version was changed. | ||
5. Update the changelog in `CHANGELOG.md`. Include a markdown link to the GitHub release of the server in the changelog. |
This file contains 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
This file contains 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