Skip to content

Commit 0520612

Browse files
committed
Add default locale to configuration. Format supported locales list.
1 parent fd79ab9 commit 0520612

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

source/_integrations/alexa.smart_home.markdown

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ alexa:
252252
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.
253253
required: false
254254
type: string
255+
default: en-US
255256
endpoint:
256257
description: >-
257258
To enable proactive events, you send a message to the Alexa event gateway, send it to the event endpoint that aligns with the geographic availability of your smart home skill. Following is the list of endpoints and the regions they cover. See [Proactive Events](#proactive-events) for more information.
@@ -316,7 +317,21 @@ alexa:
316317

317318
#### Alexa Locale
318319

319-
The `locale` should match the location and language used for your Amazon echo 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`.
320+
The `locale` should match the location and language used for your Amazon echo devices.
321+
322+
The supported locales are:
323+
- `de-DE`
324+
- `en-AU`
325+
- `en-CA`
326+
- `en-GB`
327+
- `en-IN`
328+
- `en-US`
329+
- `es-ES`
330+
- `es-MX`
331+
- `fr-CA`
332+
- `fr-FR`
333+
- `it-IT`
334+
- `ja-JP`
320335

321336
See [List of Capability Interfaces and Supported Locales][alexa-supported-locales].
322337

0 commit comments

Comments
 (0)