mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Fix typo in cloud (#93917)
This commit is contained in:
parent
6c7d922def
commit
1a3d6bbb9a
@ -47,7 +47,7 @@ GOOGLE_SETTINGS_VERSION = 3
|
|||||||
|
|
||||||
|
|
||||||
class CloudPreferencesStore(Store):
|
class CloudPreferencesStore(Store):
|
||||||
"""Store entity registry data."""
|
"""Store cloud preferences."""
|
||||||
|
|
||||||
async def _async_migrate_func(
|
async def _async_migrate_func(
|
||||||
self, old_major_version: int, old_minor_version: int, old_data: dict[str, Any]
|
self, old_major_version: int, old_minor_version: int, old_data: dict[str, Any]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user