When updating the server library in the add-on follow these steps:
- Update the
MATTER_SERVER_VERSION
argument inbuild.yaml
. - Check if the chip SDK version has changed in the server library.
- If the minimal supported schema version has changed, set the
homeassistant
key inconfig.yaml
to 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.