mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Save migrated store data (#82523)
This commit is contained in:
@@ -177,6 +177,7 @@ class Store(Generic[_T]):
|
||||
if data["version"] != self.version:
|
||||
raise
|
||||
stored = data["data"]
|
||||
await self.async_save(stored)
|
||||
|
||||
return stored
|
||||
|
||||
|
||||
Reference in New Issue
Block a user