Add zwave_js breaking change to 2023.6 release notes (#27633)

This commit is contained in:
Raman Gupta 2023-06-06 02:35:25 -04:00 committed by GitHub
parent 46421fcd2a
commit c670654822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -882,16 +882,14 @@ get created as a `select` entity.
--- ---
For devices with the `Entry control` generic device class, the `Door lock mode` The Nice IBT4ZWAVE module was previously discovered as a light, but now it is
config parameter no longer gets created as a `sensor` entity and will instead discovered as a cover. The light entity will be permanently unavailable and can
get created as a `select` entity. be safely deleted.
- Add zwave config parameter entities ([@raman325] - [#92223]) ([zwave_js docs]) (breaking-change) ([@raman325] - [#93946]) ([documentation](/integrations/zwave_js))
([@raman325] - [#92223]) ([documentation](/integrations/zwave_js))
[@raman325]: https://github.com/raman325 [@raman325]: https://github.com/raman325
[#92223]: https://github.com/home-assistant/core/pull/92223 [#93946]: https://github.com/home-assistant/core/pull/93946
{% enddetails %} {% enddetails %}