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
|
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].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user