mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix incorrect filtering of unsupported locales in bring-api (#112589)
This commit is contained in:
parent
2d701d5a7d
commit
6e807df22e
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/bring",
|
"documentation": "https://www.home-assistant.io/integrations/bring",
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"requirements": ["bring-api==0.5.5"]
|
"requirements": ["bring-api==0.5.6"]
|
||||||
}
|
}
|
||||||
|
@ -600,7 +600,7 @@ boschshcpy==0.2.75
|
|||||||
boto3==1.33.13
|
boto3==1.33.13
|
||||||
|
|
||||||
# homeassistant.components.bring
|
# homeassistant.components.bring
|
||||||
bring-api==0.5.5
|
bring-api==0.5.6
|
||||||
|
|
||||||
# homeassistant.components.broadlink
|
# homeassistant.components.broadlink
|
||||||
broadlink==0.18.3
|
broadlink==0.18.3
|
||||||
|
@ -511,7 +511,7 @@ bond-async==0.2.1
|
|||||||
boschshcpy==0.2.75
|
boschshcpy==0.2.75
|
||||||
|
|
||||||
# homeassistant.components.bring
|
# homeassistant.components.bring
|
||||||
bring-api==0.5.5
|
bring-api==0.5.6
|
||||||
|
|
||||||
# homeassistant.components.broadlink
|
# homeassistant.components.broadlink
|
||||||
broadlink==0.18.3
|
broadlink==0.18.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user