mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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):
|
||||
"""Store entity registry data."""
|
||||
"""Store cloud preferences."""
|
||||
|
||||
async def _async_migrate_func(
|
||||
self, old_major_version: int, old_minor_version: int, old_data: dict[str, Any]
|
||||
|
Loading…
x
Reference in New Issue
Block a user