- Git clone this project into your addons folder
- Remove the
imagekey fromhassio-zigbee2mqtt/zigbee2mqtt-edge/config.jsonto enable local builds. - Add back
"image": "dwelch2101/zigbee2mqtt-edge-{arch}"tozigbee2mqtt-edge/config.jsonafter 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.jsonandzigbee2mqtt-edge/config.json.