mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Fix warning from rapt_ble caused by payload version 2 (#94718)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user