Add zwave-js-server breaking change note (#22568)

This commit is contained in:
Martin Hjelmare 2022-04-29 08:53:43 +02:00 committed by GitHub
parent 67009f9be8
commit 98e4b7b2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1254,6 +1254,23 @@ to adopt to this change.
{% enddetails %}
{% details "Z-Wave JS" %}
With this release, you will need to update your zwave-js-server instance.
- If you use the zwave_js add-on, you need to have at least version `0.1.56`.
- If you use the Z-Wave JS 2 MQTT add-on, you need to have at least version `0.38.0`.
- If you use the zwavejs2mqtt Docker container, you need to have at least version `6.7.0`.
- If you run your own Docker container, or some other installation method,
you will need to update your zwave-js-server instance to at least `1.16.0`.
([@raman325] - [#70464]) ([documentation](/integrations/zwave_js))
[@raman325]: https://github.com/raman325
[#70464]: https://github.com/home-assistant/core/pull/70464
{% enddetails %}
{% details "Zengge" %}
Zengge lights no longer support `white_value`, please use `white` instead.