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