From 912032e8b92b40a004a5311f4a461faa0cdb9678 Mon Sep 17 00:00:00 2001 From: Brian Lalor Date: Tue, 17 Oct 2023 00:18:03 -0400 Subject: [PATCH] Add support for Govee H5055 (#100365) Co-authored-by: J. Nick Koston --- homeassistant/components/govee_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/govee_ble/manifest.json b/homeassistant/components/govee_ble/manifest.json index b8fea6a07e1..5c47f116ce5 100644 --- a/homeassistant/components/govee_ble/manifest.json +++ b/homeassistant/components/govee_ble/manifest.json @@ -85,5 +85,5 @@ "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/govee_ble", "iot_class": "local_push", - "requirements": ["govee-ble==0.23.0"] + "requirements": ["govee-ble==0.24.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index f9149efab11..016f2723be6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -918,7 +918,7 @@ googlemaps==2.5.1 goslide-api==0.5.1 # homeassistant.components.govee_ble -govee-ble==0.23.0 +govee-ble==0.24.0 # homeassistant.components.remote_rpi_gpio gpiozero==1.6.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 19eab9c0488..e6b1a556fa9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -731,7 +731,7 @@ google-nest-sdm==3.0.2 googlemaps==2.5.1 # homeassistant.components.govee_ble -govee-ble==0.23.0 +govee-ble==0.24.0 # homeassistant.components.gree greeclimate==1.4.1