Update: remove redundant information (#34798)

- the information is provided below in separate sections on state and actions
This commit is contained in:
c0ffeeca7 2024-09-18 09:51:24 +02:00 committed by GitHub
parent 96b266afba
commit f3cb5e6d00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,17 +20,6 @@ device or service. This can be any update, including update of a firmware
for a device like a light bulb or router, or software updates for things like
add-ons or containers.
The state of the update {% term entity %} indicates if there is an update pending or not,
and if there is an update available, more information on that update can be
provided by an integration to the {% term entity %}. For example, the version that is
available, a summary of the release notes, and even links that provide more
information on the available update.
Lastly, there are two actions available for the update {% term entity %}. If possible and
made available by the integration providing the update {% term entity %}, triggering
the actual update from Home Assistant. The other action exposed allows for
skipping the offered update.
{% include integrations/building_block_integration.md %}
For a list of {% term integrations %} offering update entities, on the integrations page, select the ["Update" category](/integrations/#update).