From 6c32964fa3de1720f7ca97b66ef76451978d7ef5 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Thu, 26 Oct 2023 06:09:29 -0400 Subject: [PATCH] Correct Z-Wave breaking change (#29550) --- source/_posts/2023-11-01-release-202311.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/_posts/2023-11-01-release-202311.markdown b/source/_posts/2023-11-01-release-202311.markdown index cd0acdac6e5..49f86f30e60 100644 --- a/source/_posts/2023-11-01-release-202311.markdown +++ b/source/_posts/2023-11-01-release-202311.markdown @@ -528,10 +528,8 @@ to 100% instead. {% details "Z-Wave" %} -Multiple WebSocket commands have been renamed based on [this change in Z-Wave JS](https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v12?id=renamed-network-heal-to-rebuild-routes). - With this release, you will need to update your zwave-js-server instance. -You must use zwave-js-server `1.33.0` or greater (schema `32`). +You must use zwave-js-server `1.33.0` or greater (schema `33`). - If you use the Z-Wave JS add-on, you need at least version `0.2.1`. - If you use the Z-Wave JS UI add-on, you need at least version `2.2.3`. @@ -589,4 +587,4 @@ The following integrations are also no longer available as of this release: ## All changes Of course, there is a lot more in this release. You can find a list of -all changes made here: [Full changelog for Home Assistant Core 2023.11](/changelogs/core-2023.11) \ No newline at end of file +all changes made here: [Full changelog for Home Assistant Core 2023.11](/changelogs/core-2023.11)