2022.2.0: Add Check for updates

This commit is contained in:
Franck Nijhof 2022-02-01 22:32:07 +01:00
parent 4d2b340654
commit 3558ec706b
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 15 additions and 11 deletions

View File

@ -142,23 +142,27 @@ And Sonos can now even browse other supported media. For example, if you have
set up the Spotify and Sonos integration, you can now browse your Spotify to set up the Spotify and Sonos integration, you can now browse your Spotify to
play it on your Sonos devices. Cast also has support for Plex in the media browser. play it on your Sonos devices. Cast also has support for Plex in the media browser.
## Diagnostics for Integration & Device ## Check for updates
To make debugging and reporting issues easier, both in terms of reporting it, A common question, directly seen after a Home Assistant Core, Operating System,
but also for developers to fix them, we have introduce an new feature: or add-on release announcement: "I don't see the update yet? How do I update?"
Diagnostics.
Diagnostics can be provided by integrations, to allow you to download Checking for updates is done by your system - every few hours - automatically.
information about your integration instance or a device, directly from the However, at times you want to check for updates, without waiting for
Home Assistant frontend. this to happen.
This made us realize that doing that was scattered and hidden in several places
depending on which part you wanted to check updates for. Therefore, we
have added a nice and simple "Check for updates" button in the main
configuration screen.
<p class='img'> <p class='img'>
<img class="no-shadow" src='https://user-images.githubusercontent.com/1444314/150234170-0477c105-5d62-41c4-9452-221b0f2c20dd.png' alt='Screenshot from GitHub PR, needs to be replaced'> <img class="no-shadow" src='/images/blog/2022-02/check-for-updates.png' alt='Screenshot showing the new Check for Updates button in the configuration screen'>
Screenshot from GitHub PR, needs to be replaced Checking for any update, is now just a single click.
</p> </p>
This data can be extremely helpful in finding the root causes of issues This feature is currently available for the Home Assistant OS,
and getting them fixed. and Home Assistant Supervisor installation methods.
Integrations that have adopted it this release (needs to be writte out nicely) Integrations that have adopted it this release (needs to be writte out nicely)

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB