mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Add support for Alexa locale configuration (#11566)
This commit is contained in:
parent
d6bf73ae8c
commit
13d5d76fea
@ -207,6 +207,7 @@ Example configuration:
|
||||
```yaml
|
||||
alexa:
|
||||
smart_home:
|
||||
locale: en-US
|
||||
endpoint: https://api.amazonalexa.com/v3/events
|
||||
client_id: !secret alexa_client_id
|
||||
client_secret: !secret alexa_client_secret
|
||||
@ -226,6 +227,8 @@ alexa:
|
||||
display_categories: LIGHT
|
||||
```
|
||||
|
||||
Set the `locale` to 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`. Default is `en-US`.
|
||||
|
||||
The `endpoint`, `client_id` and `client_secret` are optional, and are only required if you want to enable Alexa's proactive mode (i.e. "Send Alexa Events" enabled). Please note the following if you want to enable proactive mode:
|
||||
|
||||
- There are different endpoint URLs, depending on the region of your skill. Please check the available endpoints at <https://developer.amazon.com/docs/smarthome/send-events-to-the-alexa-event-gateway.html#endpoints>
|
||||
|
Loading…
x
Reference in New Issue
Block a user