703 B
703 B
Release documentation for developers
Matter Server Update Procedure
When updating the server library in the add-on follow these steps:
- Update the
MATTER_SERVER_VERSIONargument inbuild.yaml. - Check if the chip SDK version has changed in the server library.
- If the minimal supported schema version has changed, set the
homeassistantkey inconfig.yamlto the minimum version of Home Assistant Core required to install or update the add-on. - Update the add-on version in
config.yaml. Bump to a new major version if the minimum schema version has changed. - Update the changelog in
CHANGELOG.md. Include a markdown link to the GitHub release of the server in the changelog.