Add en-GB locale for AlexaMotionSensor and AlexaContactSensor (#75705)

Added en-GB as supported locale for AlexaMotionSensor and AlexaContactSensor
pull/74849/head
João Henriques 2022-07-26 22:36:46 +01:00 committed by GitHub
parent c5912f0fae
commit fb52f5098f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -903,6 +903,7 @@ class AlexaContactSensor(AlexaCapability):
"en-CA",
"en-IN",
"en-US",
"en-GB",
"es-ES",
"it-IT",
"ja-JP",
@ -951,6 +952,7 @@ class AlexaMotionSensor(AlexaCapability):
"en-CA",
"en-IN",
"en-US",
"en-GB",
"es-ES",
"it-IT",
"ja-JP",