Public Member Functions | |
| None | async_post_backup (self, HomeAssistant hass) |
| None | async_pre_backup (self, HomeAssistant hass) |
Define the format that backup platforms can have.
Definition at line 52 of file manager.py.
| None homeassistant.components.backup.manager.BackupPlatformProtocol.async_post_backup | ( | self, | |
| HomeAssistant | hass | ||
| ) |
Perform operations after a backup finishes.
Definition at line 58 of file manager.py.
| None homeassistant.components.backup.manager.BackupPlatformProtocol.async_pre_backup | ( | self, | |
| HomeAssistant | hass | ||
| ) |
Perform operations before a backup starts.
Definition at line 55 of file manager.py.