From 1a3d6bbb9a52a51b54220c0999c162549eb78b35 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 1 Jun 2023 15:21:15 +0200 Subject: [PATCH] Fix typo in cloud (#93917) --- homeassistant/components/cloud/prefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/cloud/prefs.py b/homeassistant/components/cloud/prefs.py index 46ddafd48e7..8b6f773e5d9 100644 --- a/homeassistant/components/cloud/prefs.py +++ b/homeassistant/components/cloud/prefs.py @@ -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]