mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Remove cloud assist pipeline setup from cloud client (#92056)
This commit is contained in:
@@ -29,7 +29,8 @@ async def async_get_engine(hass, config, discovery_info=None):
|
||||
cloud: Cloud = hass.data[DOMAIN]
|
||||
|
||||
cloud_provider = CloudProvider(cloud)
|
||||
cloud.client.stt_platform_loaded.set()
|
||||
if discovery_info is not None:
|
||||
discovery_info["platform_loaded"].set()
|
||||
return cloud_provider
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user