mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-24 17:56:31 +00:00
Add note about IntegrationUpdateFailed
This commit is contained in:
parent
cd67197cfc
commit
4b5b2197f1
@ -45,6 +45,8 @@ async def async_perform_update(
|
|||||||
|
|
||||||
If you set `supports_backup` to `True` in `UpdateDescription` a `backup` key will be present in `kwargs` with a `bool` that represent the choice the user made.
|
If you set `supports_backup` to `True` in `UpdateDescription` a `backup` key will be present in `kwargs` with a `bool` that represent the choice the user made.
|
||||||
|
|
||||||
|
If the update failed raise `IntegrationUpdateFailed`.
|
||||||
|
|
||||||
## UpdateDescription
|
## UpdateDescription
|
||||||
|
|
||||||
The update description provides a interface to describe the update.
|
The update description provides a interface to describe the update.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user