Update 2023-09-06-release-20239.markdown

This commit is contained in:
Bram Kragten 2023-09-05 13:58:42 +02:00
parent 5ab36ff1b2
commit ebaa73b493

View File

@ -471,12 +471,20 @@ some `zwave_js` entities that you haven't given a custom name to may be renamed.
Since they are registered in the entity registry, the entity IDs will not change
and your automations should therefore not be impacted by the change.
You will also need to update Z-Wave JS to version 11.14.0 (addon version 0.1.89) or higher.
([@raman325] - [#98140]) ([documentation](/integrations/zwave_js))
With this release, you will need to update your zwave-js-server instance. You must use zwave-js-server 1.31.0 or greater (schema 31).
If you use the Z-Wave JS add-on, you need at least version 0.1.88.
If you use the Z-Wave JS UI add-on, you need at least version ??.
If you use the Z-Wave JS UI Docker container, you need at least version 8.23.2.
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.31.0.
([@raman325] - [#99250]) ([documentation](/integrations/zwave_js))
[@raman325]: https://github.com/raman325
[#98140]: https://github.com/home-assistant/core/pull/98140
[#99250]: https://github.com/home-assistant/core/pull/99250
{% enddetails %}