Correct Z-Wave breaking change (#29550)

This commit is contained in:
Raman Gupta 2023-10-26 06:09:29 -04:00 committed by GitHub
parent 9c1118f2c0
commit 6c32964fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -528,10 +528,8 @@ to 100% instead.
{% details "Z-Wave" %} {% 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. 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 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`. - 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 ## All changes
Of course, there is a lot more in this release. You can find a list of 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) all changes made here: [Full changelog for Home Assistant Core 2023.11](/changelogs/core-2023.11)