From 042af2f95d080c264ee7f3019df77633b7fe4508 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 23 Feb 2023 10:08:16 +0100 Subject: [PATCH] 2023.3: Add Z-Wave JS breaking change details --- source/_posts/2023-03-01-release-20233.markdown | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/source/_posts/2023-03-01-release-20233.markdown b/source/_posts/2023-03-01-release-20233.markdown index c1e5254d0c5..870425e20f7 100644 --- a/source/_posts/2023-03-01-release-20233.markdown +++ b/source/_posts/2023-03-01-release-20233.markdown @@ -605,16 +605,18 @@ Home Assistant uses `lx`. {% details "Z-Wave" %} With this release, you will need to update your zwave-js-server instance. +You must use `zwave-js-server` 1.26.0 or greater (schema 24). -- If you use the zwave_js add-on, you need at least version `0.1.76`. -- If you use the Z-Wave JS UI add-on, you need at least version `1.6.3`. -- If you use the Z-Wave JS UI Docker container, you need at least version `8.8.6`. +- If you use the `Z-Wave JS` add-on, you need at least version `0.1.76`. +- If you use the `Z-Wave JS UI` add-on, you need at least version `1.6.3`. +- If you use the `Z-Wave JS UI` Docker container, you need at least version `8.8.6`. - 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.26.0`. + you will need to update your `zwave-js-server` instance to at least `1.26.0`. -([@raman325]) ([documentation](/integrations/zwave_js)) +([@raman325] - [#88520]) ([documentation](/integrations/zwave_js)) [@raman325]: https://github.com/raman325 +[#88520]: https://github.com/home-assistant/core/pull/88520 {% enddetails %}