diff --git a/source/_posts/2022-04-06-release-20224.markdown b/source/_posts/2022-04-06-release-20224.markdown index 706fd0b394e..330ecc6e016 100644 --- a/source/_posts/2022-04-06-release-20224.markdown +++ b/source/_posts/2022-04-06-release-20224.markdown @@ -206,31 +206,38 @@ This release brings the following helpers to the UI: ## Introducing update entities -TODO: - - Much better story - - Needs screenshots/screenrecording of something updating +Say "hi!" to a brand new entity type: `update`. -This release we introduce a brand new entity type: `update` entities. +Updates can tell you if an update is available for your device and service and, +in some cases, allow you to install the update straight from Home Assistant! -Update entities can be provided by integrations, and indicate if there is -an update for your device or service pending. If an update is pending, -information for this update is provided. +And the beautiful thing is: They show up in your configuration Dashboard, just +like a Home Assistant, Home Assistant OS, or add-on update. As a matter of fact, +those are now update entities too! -For example, it provides the version number of the new version available, links -to release notes, and even summaries of release notes (if available). +Now updates are entities other integrations can provide them too! For example, +a WLED firmware update for your LED strip will show up and installs +with a single click. -If an integration can, it can also offer you to install the update! Directly -from the Home Assistant UI; or you can choose to skip the update and thus -dismiss it. +
+
+A WLED firmware update can now be installed just like any other update.
+