diff --git a/homeassistant/components/govee_light_local/manifest.json b/homeassistant/components/govee_light_local/manifest.json
index 168a13e24771f4c33754c8e7804c63effeb6084b..b6b25f5aa09c4131f209c97bed3522a76ebccab8 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.5.1"]
+  "requirements": ["govee-local-api==1.5.2"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 48ff43d2cb0d64f5eabb09cb0f97152781de615f..71ac27865926bd2c6f4630634568f05447154276 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1019,7 +1019,7 @@ gotailwind==0.2.3
 govee-ble==0.40.0
 
 # homeassistant.components.govee_light_local
-govee-local-api==1.5.1
+govee-local-api==1.5.2
 
 # homeassistant.components.remote_rpi_gpio
 gpiozero==1.6.2
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 4de344a814e88a8fa0b356f6a923b7f584e8c909..2cfb3796a2e39c721b6ce4a96f6e45a2fb2d2a09 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -866,7 +866,7 @@ gotailwind==0.2.3
 govee-ble==0.40.0
 
 # homeassistant.components.govee_light_local
-govee-local-api==1.5.1
+govee-local-api==1.5.2
 
 # homeassistant.components.gpsd
 gps3==0.33.3