mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add en-GB locale for AlexaMotionSensor and AlexaContactSensor (#75705)
Added en-GB as supported locale for AlexaMotionSensor and AlexaContactSensor
This commit is contained in:
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…
x
Reference in New Issue
Block a user