Don't trigger entity sync when Google Assistant gets disabled (#72805)
parent
384cb44d15
commit
9bd2e3ad7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue