mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
* Removed whitespaces in blank lines
* Split long line
This commit is contained in:
@@ -142,8 +142,8 @@ class GoogleCloudTTSProvider(Provider):
|
||||
DEFAULT_ENCODING
|
||||
)
|
||||
) # pylint: disable=no-member
|
||||
|
||||
response = self._client.synthesize_speech(
|
||||
response = await self.hass.async_add_executor_job(
|
||||
self._client.synthesize_speech,
|
||||
synthesis_input,
|
||||
voice,
|
||||
audio_config
|
||||
|
Reference in New Issue
Block a user