From a385a00d08fe8fc427fbd96fc85ec8207ab413ee Mon Sep 17 00:00:00 2001 From: Ernst Klamer Date: Fri, 10 Feb 2023 22:56:30 +0100 Subject: [PATCH] Add support for Govee H5198 (#87864) --- 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 198b832c1a4..b8fea6a07e1 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.21.1"] + "requirements": ["govee-ble==0.23.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index ae885726939..c91c7099e77 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -822,7 +822,7 @@ googlemaps==2.5.1 goslide-api==0.5.1 # homeassistant.components.govee_ble -govee-ble==0.21.1 +govee-ble==0.23.0 # homeassistant.components.remote_rpi_gpio gpiozero==1.6.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f4842aee4e0..e6735c90aac 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -629,7 +629,7 @@ google-nest-sdm==2.2.4 googlemaps==2.5.1 # homeassistant.components.govee_ble -govee-ble==0.21.1 +govee-ble==0.23.0 # homeassistant.components.gree greeclimate==1.4.1