From 264d4a53a2a8c9ac3ea22d8d6b54d76356cde2ed Mon Sep 17 00:00:00 2001
From: Galorhallen <12990764+Galorhallen@users.noreply.github.com>
Date: Sun, 9 Mar 2025 15:23:44 +0100
Subject: [PATCH] Update govee-local-api to 2.1.0 (#140201)

---
 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 cba341cd482..55a6b9e8578 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==2.0.1"]
+  "requirements": ["govee-local-api==2.1.0"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 950d4aa12cb..c20da4f9034 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1061,7 +1061,7 @@ gotailwind==0.3.0
 govee-ble==0.43.1
 
 # homeassistant.components.govee_light_local
-govee-local-api==2.0.1
+govee-local-api==2.1.0
 
 # homeassistant.components.remote_rpi_gpio
 gpiozero==1.6.2
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 503d33e8a8b..cc29e4af080 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -911,7 +911,7 @@ gotailwind==0.3.0
 govee-ble==0.43.1
 
 # homeassistant.components.govee_light_local
-govee-local-api==2.0.1
+govee-local-api==2.1.0
 
 # homeassistant.components.gpsd
 gps3==0.33.3
-- 
GitLab