Minor adjustment of tts typing (#93450)

This commit is contained in:
Erik Montnemery 2023-05-24 21:02:55 +02:00 committed by GitHub
parent 68379dd55a
commit 30d9d7d905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 49 additions and 62 deletions

View file

@ -241,7 +241,7 @@ class GoogleCloudTTSProvider(Provider):
CONF_TEXT_TYPE: self._text_type,
}
async def async_get_tts_audio(self, message, language, options=None):
async def async_get_tts_audio(self, message, language, options):
"""Load TTS from google."""
options_schema = vol.Schema(
{