From d7755a92c31dd3efb28119fd5f65bc1dd0cb0d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Fri, 16 Jun 2023 19:12:52 +0200 Subject: [PATCH] Fix warning from rapt_ble caused by payload version 2 (#94718) --- homeassistant/components/rapt_ble/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/rapt_ble/manifest.json b/homeassistant/components/rapt_ble/manifest.json index d3eab0641a6..1bde135de35 100644 --- a/homeassistant/components/rapt_ble/manifest.json +++ b/homeassistant/components/rapt_ble/manifest.json @@ -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"] } diff --git a/requirements_all.txt b/requirements_all.txt index b5ebecc3028..564b21d22ca 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ea1564fe384..49bd3a91909 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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