- 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/Dockerfile
:ENV ZIGBEE2MQTT_VERSION="$NEW_VERSION"
- Change the version number in
zigbee2mqtt/config.json
:"version": "$NEW_VERSION"
- Add any new configuration options to
zigbee2mqtt/config.json
andzigbee2mqtt-edge/config.json
.