Fix warning from rapt_ble caused by payload version 2 (#94718)
This commit is contained in:
parent
84c66b3cad
commit
d7755a92c3
3 changed files with 3 additions and 3 deletions
|
@ -16,5 +16,5 @@
|
|||
"dependencies": ["bluetooth_adapters"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/rapt_ble",
|
||||
"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
|
||||
|
||||
# homeassistant.components.rapt_ble
|
||||
rapt-ble==0.1.1
|
||||
rapt-ble==0.1.2
|
||||
|
||||
# homeassistant.components.raspyrfm
|
||||
raspyrfm-client==1.2.8
|
||||
|
|
|
@ -1643,7 +1643,7 @@ radios==0.1.1
|
|||
radiotherm==2.1.0
|
||||
|
||||
# homeassistant.components.rapt_ble
|
||||
rapt-ble==0.1.1
|
||||
rapt-ble==0.1.2
|
||||
|
||||
# homeassistant.components.rainmachine
|
||||
regenmaschine==2023.06.0
|
||||
|
|
Loading…
Add table
Reference in a new issue