Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zha.backup Namespace Reference

Functions

None async_post_backup (HomeAssistant hass)
 
None async_pre_backup (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Backup platform for the ZHA integration.

Function Documentation

◆ async_post_backup()

None homeassistant.components.zha.backup.async_post_backup ( HomeAssistant  hass)
Perform operations after a backup finishes.

Definition at line 26 of file backup.py.

◆ async_pre_backup()

None homeassistant.components.zha.backup.async_pre_backup ( HomeAssistant  hass)
Perform operations before a backup starts.

Definition at line 12 of file backup.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.zha.backup._LOGGER = logging.getLogger(__name__)
private

Definition at line 9 of file backup.py.