Home Assistant Unofficial Reference 2024.12.1
homeassistant.config_entries.ConfigEntryStore Member List

This is the complete list of members for homeassistant.config_entries.ConfigEntryStore, including all inherited members.

__init__(self, HomeAssistant hass)homeassistant.config_entries.ConfigEntryStore
_async_migrate_func(self, int old_major_version, int old_minor_version, dict[str, Any] old_data)homeassistant.config_entries.ConfigEntryStoreprivate