Add more alexa doorbell event locales (#36252)

This commit is contained in:
foxy82 2020-05-29 22:39:17 +01:00 committed by GitHub
parent 35c00fed6d
commit 67f7a4bb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1661,7 +1661,21 @@ class AlexaDoorbellEventSource(AlexaCapability):
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):
"""Return the Alexa API name of this interface."""