From e184574a60b14727cbc1cf6f4c7c5579aae3df1e Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Fri, 9 Jun 2023 03:43:00 -0400 Subject: [PATCH] Add missing breaking change in 2023.6 release notes (#27728) Co-authored-by: Franck Nijhof --- source/_posts/2023-06-07-release-20236.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_posts/2023-06-07-release-20236.markdown b/source/_posts/2023-06-07-release-20236.markdown index d5587f08cbf..73d7250226c 100644 --- a/source/_posts/2023-06-07-release-20236.markdown +++ b/source/_posts/2023-06-07-release-20236.markdown @@ -938,6 +938,18 @@ be safely deleted. [@raman325]: https://github.com/raman325 [#93946]: https://github.com/home-assistant/core/pull/93946 +--- + +If you have zwave_js cover entities already and your device supports Window +Covering CC, you may see newly created cover entities. The old cover entities +can safely be deleted, but all customizations must be reapplied to the +new entities. + +([@raman325] - [#93314]) ([documentation](/integrations/zwave_js)) + +[@raman325]: https://github.com/raman325 +[#93314]: https://github.com/home-assistant/core/pull/93314 + {% enddetails %} If you are a custom integration developer and want to learn about breaking