Minor adjustment of tts typing (#93450)
This commit is contained in:
parent
68379dd55a
commit
30d9d7d905
20 changed files with 49 additions and 62 deletions
|
@ -187,7 +187,7 @@ class VoiceRSSProvider(Provider):
|
|||
"""Return list of supported languages."""
|
||||
return SUPPORT_LANGUAGES
|
||||
|
||||
async def async_get_tts_audio(self, message, language, options=None):
|
||||
async def async_get_tts_audio(self, message, language, options):
|
||||
"""Load TTS from VoiceRSS."""
|
||||
websession = async_get_clientsession(self.hass)
|
||||
form_data = self._form_data.copy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue