* Removed whitespaces in blank lines

* Split long line
This commit is contained in:
lufton
2019-05-03 22:53:15 +03:00
parent 58fd922b6d
commit 4ffb391e72

View File

@@ -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