From ebaa73b493f06537690486ce385171d981bb7231 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 5 Sep 2023 13:58:42 +0200 Subject: [PATCH] Update 2023-09-06-release-20239.markdown --- source/_posts/2023-09-06-release-20239.markdown | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/source/_posts/2023-09-06-release-20239.markdown b/source/_posts/2023-09-06-release-20239.markdown index ddeff688fca..a7e041bca38 100644 --- a/source/_posts/2023-09-06-release-20239.markdown +++ b/source/_posts/2023-09-06-release-20239.markdown @@ -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 %}