mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Add more alexa doorbell event locales (#36252)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user