From 03d709f1621a2867350dc4ac3ed2261698c62ba2 Mon Sep 17 00:00:00 2001
From: Galorhallen <12990764+Galorhallen@users.noreply.github.com>
Date: Thu, 6 Feb 2025 14:08:30 +0100
Subject: [PATCH] Update govee-local-api to 2.0.1 (#137546)

---
 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 e813ab545df..cba341cd482 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.0"]
+  "requirements": ["govee-local-api==2.0.1"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 877030db00a..e97d39e23bd 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1055,7 +1055,7 @@ gotailwind==0.3.0
 govee-ble==0.43.0
 
 # homeassistant.components.govee_light_local
-govee-local-api==2.0.0
+govee-local-api==2.0.1
 
 # homeassistant.components.remote_rpi_gpio
 gpiozero==1.6.2
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index b0867a965f6..e195c6436ab 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -905,7 +905,7 @@ gotailwind==0.3.0
 govee-ble==0.43.0
 
 # homeassistant.components.govee_light_local
-govee-local-api==2.0.0
+govee-local-api==2.0.1
 
 # homeassistant.components.gpsd
 gps3==0.33.3
-- 
GitLab