mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add support for Dutch locale on Alexa smart home (#36296)
This commit is contained in:
parent
db7097a4b5
commit
2714d1679c
@ -323,7 +323,7 @@ alexa:
|
||||
type: map
|
||||
keys:
|
||||
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
|
||||
type: string
|
||||
default: en-US
|
||||
@ -416,6 +416,7 @@ The supported locales are:
|
||||
- `hi-IN`
|
||||
- `it-IT`
|
||||
- `ja-JP`
|
||||
- `nl-NL`
|
||||
- `pt-BR`
|
||||
|
||||
See [List of Capability Interfaces and Supported Locales][alexa-supported-locales].
|
||||
|
Loading…
x
Reference in New Issue
Block a user