mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Bump entity_registry store version to 1.2 (#59912)
* Bump entity_registry store version to 1.2 * Migrate also when importing yaml * Adjust tests * Satisfy pylint * Fix typing
This commit is contained in:
@@ -18,7 +18,7 @@ async def async_get(hass: HomeAssistant) -> str:
|
||||
"""Get unique ID for the hass instance."""
|
||||
store = storage.Store(hass, DATA_VERSION, DATA_KEY, True)
|
||||
|
||||
data: dict[str, str] | None = await storage.async_migrator( # type: ignore
|
||||
data: dict[str, str] | None = await storage.async_migrator(
|
||||
hass,
|
||||
hass.config.path(LEGACY_UUID_FILE),
|
||||
store,
|
||||
|
||||
Reference in New Issue
Block a user