Don't trigger entity sync when Google Assistant gets disabled (#72805)

pull/72824/head
Paulus Schoutsen 2022-06-01 03:12:54 -07:00 committed by Franck Nijhof
parent 384cb44d15
commit 9bd2e3ad7c
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 0 additions and 1 deletions

View File

@ -220,7 +220,6 @@ class CloudGoogleConfig(AbstractConfig):
sync_entities = True
elif not self.enabled and self.is_local_sdk_active:
self.async_disable_local_sdk()
sync_entities = True
self._cur_entity_prefs = prefs.google_entity_configs
self._cur_default_expose = prefs.google_default_expose