From 7d3755715f6af57906ce0e3cd0244e44436c5b3d Mon Sep 17 00:00:00 2001 From: Galorhallen <12990764+Galorhallen@users.noreply.github.com> Date: Sun, 18 Feb 2024 18:04:37 +0100 Subject: [PATCH] Update govee-local-api library to 1.4.4 (#110854) --- homeassistant/components/govee_light_local/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_light_local/manifest.json b/homeassistant/components/govee_light_local/manifest.json index f34fd0b899f..cb7955f5407 100644 --- a/homeassistant/components/govee_light_local/manifest.json +++ b/homeassistant/components/govee_light_local/manifest.json @@ -6,5 +6,5 @@ "dependencies": ["network"], "documentation": "https://www.home-assistant.io/integrations/govee_light_local", "iot_class": "local_push", - "requirements": ["govee-local-api==1.4.1"] + "requirements": ["govee-local-api==1.4.4"] } diff --git a/requirements_all.txt b/requirements_all.txt index d28eb579ecf..40ceadf4770 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -976,7 +976,7 @@ gotailwind==0.2.2 govee-ble==0.31.0 # homeassistant.components.govee_light_local -govee-local-api==1.4.1 +govee-local-api==1.4.4 # homeassistant.components.remote_rpi_gpio gpiozero==1.6.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6401b7b9c21..38de8677717 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -793,7 +793,7 @@ gotailwind==0.2.2 govee-ble==0.31.0 # homeassistant.components.govee_light_local -govee-local-api==1.4.1 +govee-local-api==1.4.4 # homeassistant.components.gpsd gps3==0.33.3