- Git clone this project into your add-ons folder
- Remove the
image
key fromhassio-zigbee2mqtt/zigbee2mqtt-edge/config.json
to enable local builds. - Add back
"image": "dwelch2101/zigbee2mqtt-edge-{arch}"
tozigbee2mqtt-edge/config.json
after you're done.
So you want to bump the zigbee2mqtt version because I'm too slow. Here's how:
- Change the version number in
zigbee2mqtt/config.json
:"version": "$NEW_VERSION"
- Update
zigbee2mqtt/CHANGELOG.md
- Commit the changes to
dev
branch - Publish a new "Release". Very important you specify Target: dev. Example
Tag version: v1.17.1 @ Target: dev
Release title: v1.17.1
- When the pipelines finish the build create a PR to
master
- Use Squash and Merge option