From 83f321488e7efc0bd149750aa0909c9225ec6546 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 23 Feb 2023 09:11:59 +0100 Subject: [PATCH] 2023.3: Process community feedback on beta release notes --- .../_posts/2023-03-01-release-20233.markdown | 33 +++++++++++++++---- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/source/_posts/2023-03-01-release-20233.markdown b/source/_posts/2023-03-01-release-20233.markdown index 70c76eb81c1..c1e5254d0c5 100644 --- a/source/_posts/2023-03-01-release-20233.markdown +++ b/source/_posts/2023-03-01-release-20233.markdown @@ -67,7 +67,7 @@ Enjoy the (beta) release! - [Breaking Changes](#breaking-changes) - [All changes](#all-changes) -Don't forget to [join our release party live stream on YouTube](https://www.youtube.com/watch?v=3UaLAhG9Brc) 1 February 2023, at 12:00 PST / 21:00 CET! +Don't forget to [join our release party live stream on YouTube](https://www.youtube.com/watch?v=3UaLAhG9Brc) 1 March 2023, at 12:00 PST / 21:00 CET! @@ -84,10 +84,13 @@ by [@piitaya] that will hopefully make this all better, more clear. Screenshot showing the new restart dialog of Home Assistant that provides a guidance on what action to take. -Nice, right? 🤩 What is entrily new is the first item shown: "Quick reload". +Nice, right? 🤩 What is entirely new is the first item shown: "Quick reload". Quick reload calls all active integrations in your system that support -reloading YAML configuration on the fly 🚀. Also, [@frenck] made quick reload -available as a {% my developer_call_service service="homeassistant.reload_all" title="service" %} +reloading YAML configuration on the fly 🚀. + +This means all integrations individually listed as reloadable under the YAML +tab in the developer tools, are all reloaded at once! Also, [@frenck] made quick +reload available as a {% my developer_call_service service="homeassistant.reload_all" title="service" %} too, so that you can automate with it. Lastly, the option to restart has also been added to the three-dotted overflow @@ -129,7 +132,7 @@ Read more about [contributing sentences in our documentation](https://developers ## Cleaner entity information dialogs -The entity information dialog (also known as the more-info dialogs), got some +The entity information dialog (also known as the more-info dialogs) got some nice improvements in this release. Screenshot showing the new entity information dialogs, highlighting the top bar changes. @@ -245,7 +248,7 @@ available today in this release. Note: This is a temporary placeholder screenshot. Needs replacement.

-Matter now has support for connecting to Matter brides, and [@ArturoGuerra] +Matter now has support for connecting to Matter bridges, and [@ArturoGuerra] add support light colors! [@ArturoGuerra]: https://github.com/ArturoGuerra @@ -541,7 +544,7 @@ Template covers using `optimistic: false` without `value_template` nor previous behavior, you must set `optimistic` value to `true`, or remove the optimistic declaration. -([@ylemoigne] - [#87925]) ([documentation](/integrations/wiffi)) +([@ylemoigne] - [#87925]) ([documentation](/integrations/template)) [@ylemoigne]: https://github.com/ylemoigne [#87925]: https://github.com/home-assistant/core/pull/87925 @@ -599,6 +602,22 @@ Home Assistant uses `lx`. {% enddetails %} +{% details "Z-Wave" %} + +With this release, you will need to update your zwave-js-server instance. + +- If you use the zwave_js add-on, you need at least version `0.1.76`. +- If you use the Z-Wave JS UI add-on, you need at least version `1.6.3`. +- If you use the Z-Wave JS UI Docker container, you need at least version `8.8.6`. +- If you run your own Docker container or some other installation method, + you will need to update your zwave-js-server instance to at least `1.26.0`. + +([@raman325]) ([documentation](/integrations/zwave_js)) + +[@raman325]: https://github.com/raman325 + +{% enddetails %} + If you are a custom integration developer and want to learn about breaking changes and new features available for your integration: Be sure to follow our [developer blog][devblog]. The following are the most notable for this release: