mirror of
https://github.com/home-assistant/core.git
synced 2025-08-20 04:53:29 +02:00
fix: Bump melnor-bluetooth to fix deadlock (#94098)
This commit is contained in:
committed by
Paulus Schoutsen
parent
e00012289d
commit
e6fcc6b73c
@@ -12,5 +12,5 @@
|
|||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/melnor",
|
"documentation": "https://www.home-assistant.io/integrations/melnor",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["melnor-bluetooth==0.0.22"]
|
"requirements": ["melnor-bluetooth==0.0.24"]
|
||||||
}
|
}
|
||||||
|
@@ -1122,7 +1122,7 @@ mcstatus==6.0.0
|
|||||||
meater-python==0.0.8
|
meater-python==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.melnor
|
# homeassistant.components.melnor
|
||||||
melnor-bluetooth==0.0.22
|
melnor-bluetooth==0.0.24
|
||||||
|
|
||||||
# homeassistant.components.message_bird
|
# homeassistant.components.message_bird
|
||||||
messagebird==1.2.0
|
messagebird==1.2.0
|
||||||
|
@@ -848,7 +848,7 @@ mcstatus==6.0.0
|
|||||||
meater-python==0.0.8
|
meater-python==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.melnor
|
# homeassistant.components.melnor
|
||||||
melnor-bluetooth==0.0.22
|
melnor-bluetooth==0.0.24
|
||||||
|
|
||||||
# homeassistant.components.meteo_france
|
# homeassistant.components.meteo_france
|
||||||
meteofrance-api==1.2.0
|
meteofrance-api==1.2.0
|
||||||
|
Reference in New Issue
Block a user