Home Assistant Unofficial Reference 2024.12.1
migrate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.unifiprotect.migrate.EntityRef
 
class  homeassistant.components.unifiprotect.migrate.EntityUsage
 

Namespaces

 homeassistant.components.unifiprotect.migrate
 

Functions

None homeassistant.components.unifiprotect.migrate.async_deprecate_hdr (HomeAssistant hass, UFPConfigEntry entry)
 
None homeassistant.components.unifiprotect.migrate.async_migrate_data (HomeAssistant hass, UFPConfigEntry entry, ProtectApiClient protect, Bootstrap bootstrap)
 
dict[str, EntityUsage] homeassistant.components.unifiprotect.migrate.check_if_used (HomeAssistant hass, UFPConfigEntry entry, dict[str, EntityRef] entities)
 
None homeassistant.components.unifiprotect.migrate.create_repair_if_used (HomeAssistant hass, UFPConfigEntry entry, str breaks_in, dict[str, EntityRef] entities)
 

Variables

 homeassistant.components.unifiprotect.migrate._LOGGER = logging.getLogger(__name__)