mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Add more alexa doorbell event locales (#36252)
This commit is contained in:
parent
35c00fed6d
commit
67f7a4bb57
@ -1661,7 +1661,21 @@ class AlexaDoorbellEventSource(AlexaCapability):
|
|||||||
https://developer.amazon.com/docs/device-apis/alexa-doorbelleventsource.html
|
https://developer.amazon.com/docs/device-apis/alexa-doorbelleventsource.html
|
||||||
"""
|
"""
|
||||||
|
|
||||||
supported_locales = {"en-US"}
|
supported_locales = {
|
||||||
|
"en-US",
|
||||||
|
"de-DE",
|
||||||
|
"en-AU",
|
||||||
|
"en-CA",
|
||||||
|
"en-GB",
|
||||||
|
"en-IN",
|
||||||
|
"en-US",
|
||||||
|
"es-ES",
|
||||||
|
"es-MX",
|
||||||
|
"fr-CA",
|
||||||
|
"fr-FR",
|
||||||
|
"it-IT",
|
||||||
|
"ja-JP",
|
||||||
|
}
|
||||||
|
|
||||||
def name(self):
|
def name(self):
|
||||||
"""Return the Alexa API name of this interface."""
|
"""Return the Alexa API name of this interface."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user