mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Fixes
This commit is contained in:
@@ -121,7 +121,7 @@ class GoogleCloudTTSProvider(Provider):
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
hass,
|
hass,
|
||||||
key_file = None,
|
key_file=None,
|
||||||
language=DEFAULT_LANG,
|
language=DEFAULT_LANG,
|
||||||
gender=DEFAULT_GENDER,
|
gender=DEFAULT_GENDER,
|
||||||
voice=DEFAULT_VOICE,
|
voice=DEFAULT_VOICE,
|
||||||
|
Reference in New Issue
Block a user