mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Split too long line
This commit is contained in:
@@ -103,7 +103,18 @@ async def async_get_engine(hass, config):
|
||||
class GoogleCloudTTSProvider(Provider):
|
||||
"""The Google Cloud TTS API provider."""
|
||||
|
||||
def __init__(self, hass, key_file, lang, gender, voice, encoding, speed, pitch, gain):
|
||||
def __init__(
|
||||
self,
|
||||
hass,
|
||||
key_file,
|
||||
lang,
|
||||
gender,
|
||||
voice,
|
||||
encoding,
|
||||
speed,
|
||||
pitch,
|
||||
gain
|
||||
):
|
||||
"""Init Google Cloud TTS service."""
|
||||
self.hass = hass
|
||||
self.name = 'Google Cloud TTS'
|
||||
|
Reference in New Issue
Block a user