mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Fix warning from rapt_ble caused by payload version 2 (#94718)
This commit is contained in:
parent
84c66b3cad
commit
d7755a92c3
@ -16,5 +16,5 @@
|
|||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/rapt_ble",
|
"documentation": "https://www.home-assistant.io/integrations/rapt_ble",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["rapt-ble==0.1.1"]
|
"requirements": ["rapt-ble==0.1.2"]
|
||||||
}
|
}
|
||||||
|
@ -2253,7 +2253,7 @@ radiotherm==2.1.0
|
|||||||
raincloudy==0.0.7
|
raincloudy==0.0.7
|
||||||
|
|
||||||
# homeassistant.components.rapt_ble
|
# homeassistant.components.rapt_ble
|
||||||
rapt-ble==0.1.1
|
rapt-ble==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.raspyrfm
|
# homeassistant.components.raspyrfm
|
||||||
raspyrfm-client==1.2.8
|
raspyrfm-client==1.2.8
|
||||||
|
@ -1643,7 +1643,7 @@ radios==0.1.1
|
|||||||
radiotherm==2.1.0
|
radiotherm==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.rapt_ble
|
# homeassistant.components.rapt_ble
|
||||||
rapt-ble==0.1.1
|
rapt-ble==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.rainmachine
|
# homeassistant.components.rainmachine
|
||||||
regenmaschine==2023.06.0
|
regenmaschine==2023.06.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user