Add zwave_js release notes summary (#16798)

This commit is contained in:
Martin Hjelmare 2021-03-03 09:38:02 +01:00 committed by GitHub
parent f0ccf504a1
commit bde0a5d118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ Issues introduced in the beta are processed with priority.
- [Fan integration](#fan-integration)
- [Suggested areas](#suggested-areas)
- [Z-Wave JS update](#z-wave-js-update)
- [All Z-Wave JS changes](#all-z-wave-js-changes)
- [MQTT trigger templating](#mqtt-trigger-templating)
- [Help us improving the documentation](#help-us-improving-the-documentation)
- [Other noteworthy changes](#other-noteworthy-changes)
@ -171,6 +172,19 @@ TODO:
Ask the z-wave dev channel for input
!-->
Also this release the Z-Wave JS team has been very busy. Several new features have been added and many bugs squashed. Below you can read a summary.
- We've introduced a protocol schema version in the Z-Wave JS server to allow older clients to connect and talk to a newer server.
- Home Assistant core 2021.3.0 will require Z-Wave JS server version 1.10.
If you're not using the Home Assistant add-on to run the server you will need to update the server before updating Home Assistant.
If you're using the Home Assistant add-on and selected this when setting up Z-Wave JS in Home Assistant, the integration will automatically update the add-on if an older add-on and server version is encountered.
- You're now able to automate and change the configuration settings of your devices with the [zwave_js.set_config_parameter](/integrations/zwave_js/#service-zwave_jsset_config_parameter) service.
- You can now configure an automation to use the [zwave_js.refresh_value](/integrations/zwave_js/#service-zwave_jsrefresh_value) service to update a device that doesn't automatically refresh itself.
- Garage doors (barrier) and similar covers can now be controlled in the integration.
- Some heating valves and similar devices that can be set to multiple different values will now show up as `number` entities.
### All Z-Wave JS changes
- Enhance platform discovery for zwave_js ([@marcelveldt] - [#46355]) ([zwave_js docs])
- Discover HRT4-ZW / SRT321 SetPoint in zwave_js ([@gsemet] - [#46625]) ([zwave_js docs])
- Add zwave_js thermostat fan mode and fan state support ([@raman325] - [#46793]) ([zwave_js docs])