From 00b40c964a7e5697f3c37666ae602e0bed6c8428 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 11 Jan 2024 00:28:03 -1000 Subject: [PATCH] Bump govee-ble to 0.27.2 (#107778) * Bump govee-ble to 0.27.0 changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.26.0...v0.27.0 note: H5106 is partially supported, full support will be added in another PR + docs * .1 * 0.27.2 --- 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 23bc20570e3..77d67547b78 100644 --- a/homeassistant/components/govee_ble/manifest.json +++ b/homeassistant/components/govee_ble/manifest.json @@ -90,5 +90,5 @@ "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/govee_ble", "iot_class": "local_push", - "requirements": ["govee-ble==0.26.0"] + "requirements": ["govee-ble==0.27.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index 69ecc88aa44..586b2f23c9e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -949,7 +949,7 @@ goslide-api==0.5.1 gotailwind==0.2.2 # homeassistant.components.govee_ble -govee-ble==0.26.0 +govee-ble==0.27.2 # homeassistant.components.remote_rpi_gpio gpiozero==1.6.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 71dfc925968..b015b4c39f3 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -766,7 +766,7 @@ googlemaps==2.5.1 gotailwind==0.2.2 # homeassistant.components.govee_ble -govee-ble==0.26.0 +govee-ble==0.27.2 # homeassistant.components.gree greeclimate==1.4.1