Update link to Microsoft TTS available languages (#27141)

This commit is contained in:
Dara Adib 2023-05-29 15:09:46 -04:00 committed by GitHub
parent e9b94589ba
commit 8105ac4dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ api_key:
required: true
type: string
language:
description: The language to use. Note that if you set the language to anything other than the default, you will need to specify a matching voice type as well. For the supported languages check the list of [available languages](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/microsoft/tts.py#L20).
description: The language to use. Note that if you set the language to anything other than the default, you will need to specify a matching voice type as well. For the supported languages check the list of [available languages](https://github.com/home-assistant/core/blob/dev/homeassistant/generated/microsoft_tts.py).
required: false
type: string
default: "`en-us`"