|
| dict[str, Any] | _async_migrate_func (self, int old_major_version, int old_minor_version, dict[str, Any] old_data) |
| |
Class to help storing config entry data.
Definition at line 1742 of file config_entries.py.
◆ __init__()
| None homeassistant.config_entries.ConfigEntryStore.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
◆ _async_migrate_func()
| dict[str, Any] homeassistant.config_entries.ConfigEntryStore._async_migrate_func |
( |
|
self, |
|
|
int |
old_major_version, |
|
|
int |
old_minor_version, |
|
|
dict[str, Any] |
old_data |
|
) |
| |
|
private |
The documentation for this class was generated from the following file: