Add en-GB locale for AlexaMotionSensor and AlexaContactSensor (#75705)
Added en-GB as supported locale for AlexaMotionSensor and AlexaContactSensorpull/74849/head
parent
c5912f0fae
commit
fb52f5098f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue