Add note about IntegrationUpdateFailed

This commit is contained in:
Ludeeus 2022-03-04 11:14:50 +00:00
parent cd67197cfc
commit 4b5b2197f1

View File

@ -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 the update failed raise `IntegrationUpdateFailed`.
## UpdateDescription
The update description provides a interface to describe the update.