diff --git a/zigbee2mqtt/Dockerfile b/zigbee2mqtt/Dockerfile index aeccbbb..46b93e2 100644 --- a/zigbee2mqtt/Dockerfile +++ b/zigbee2mqtt/Dockerfile @@ -4,7 +4,7 @@ FROM $BUILD_FROM # Add env ENV LANG C.UTF-8 -ENV ZIGBEE2MQTT_VERSION=1.3.1 +ENV ZIGBEE2MQTT_VERSION=1.4.0 ENV ARCHIVE=zigbee2mqtt-$ZIGBEE2MQTT_VERSION COPY requirements.txt /requirements.txt @@ -24,6 +24,7 @@ RUN apk add --update --no-cache curl jq nodejs>10.14.2 npm python3 python3-dev \ COPY run.sh /$ARCHIVE/run.sh COPY set_config.py /$ARCHIVE/set_config.py +COPY README.md /$ARCHIVE/README.md WORKDIR /$ARCHIVE RUN ["chmod", "a+x", "./run.sh"] diff --git a/zigbee2mqtt/README.md b/zigbee2mqtt/README.md new file mode 100644 index 0000000..3f639b2 --- /dev/null +++ b/zigbee2mqtt/README.md @@ -0,0 +1,18 @@ +
+ +# WARNING! Breaking Changes Notice + +Breaking changes are planned for the add-on configuration in the upcoming v1.5.0 release. *There are no breaking changes to the configuration in v1.4.0*. The changes will require some slight re-structuring of your configuration in the Hass.io frontend, but will ultimately move the configuration structure and syntax closer to that of zigbee2mqtt itself. See https://github.com/danielwelch/hassio-zigbee2mqtt/pull/144 for more information. Of course, the documentation will be updated to reflect the changes in v.1.5.0. diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index 8860eef..dd7419b 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "zigbee2mqtt", - "version": "1.3.1", + "version": "1.4.0", "slug": "zigbee2mqtt", "description": "Zigbee to MQTT Bridge", "auto_uart": true,