Add support for Dutch locale on Alexa smart home (#36296)

This commit is contained in:
Jan Bouwhuis 2024-12-11 19:01:33 +01:00 committed by GitHub
parent db7097a4b5
commit 2714d1679c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -323,7 +323,7 @@ alexa:
type: map type: map
keys: keys:
locale: locale:
description: The locale of your Alexa devices. Supported locales are `de-DE`, `en-AU`, `en-CA`, `en-GB`, `en-IN`, `en-US`, `es-ES`, `es-MX`, `fr-CA`, `fr-FR`, `it-IT`, `ja-JP`. See [Alexa Locale](#alexa-locale) for additional information. description: The locale of your Alexa devices. Supported locales are `de-DE`, `en-AU`, `en-CA`, `en-GB`, `en-IN`, `en-US`, `es-ES`, `es-MX`, `es-US`, `fr-CA`, `fr-FR`, `hi-IN`, `it-IT`, `ja-JP`, `nl-NL` and `pt-BR`. See [Alexa Locale](#alexa-locale) for additional information.
required: false required: false
type: string type: string
default: en-US default: en-US
@ -416,6 +416,7 @@ The supported locales are:
- `hi-IN` - `hi-IN`
- `it-IT` - `it-IT`
- `ja-JP` - `ja-JP`
- `nl-NL`
- `pt-BR` - `pt-BR`
See [List of Capability Interfaces and Supported Locales][alexa-supported-locales]. See [List of Capability Interfaces and Supported Locales][alexa-supported-locales].