diff --git a/homeassistant/components/govee_ble/manifest.json b/homeassistant/components/govee_ble/manifest.json
index 6f9e15463cd714a30a0214d2d8316e540a0f37d1..e24e3bfea14c6eec685f703c1ab90df94602b6e9 100644
--- a/homeassistant/components/govee_ble/manifest.json
+++ b/homeassistant/components/govee_ble/manifest.json
@@ -32,6 +32,11 @@
       "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
       "connectable": false
     },
+    {
+      "manufacturer_id": 63585,
+      "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
+      "connectable": false
+    },
     {
       "manufacturer_id": 14474,
       "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
@@ -48,7 +53,7 @@
       "connectable": false
     }
   ],
-  "requirements": ["govee-ble==0.17.0"],
+  "requirements": ["govee-ble==0.17.1"],
   "dependencies": ["bluetooth"],
   "codeowners": ["@bdraco"],
   "iot_class": "local_push"
diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py
index 3718bbdc913381203b9f5007287037fe5e6bb9b0..14156ada20cecaf4d88a2a0088c5b43672c8dad5 100644
--- a/homeassistant/generated/bluetooth.py
+++ b/homeassistant/generated/bluetooth.py
@@ -75,6 +75,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
         "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
         "connectable": False
     },
+    {
+        "domain": "govee_ble",
+        "manufacturer_id": 63585,
+        "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
+        "connectable": False
+    },
     {
         "domain": "govee_ble",
         "manufacturer_id": 14474,
diff --git a/requirements_all.txt b/requirements_all.txt
index 7486e46e1dc491a273a680fc6102f3c04473bf3f..51fa0d5c6d81fa18e38118e534f825bdd6d420e4 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -769,7 +769,7 @@ googlemaps==2.5.1
 goslide-api==0.5.1
 
 # homeassistant.components.govee_ble
-govee-ble==0.17.0
+govee-ble==0.17.1
 
 # homeassistant.components.remote_rpi_gpio
 gpiozero==1.6.2
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 4544ad2a65e74fab7c8497dc622efdf2b1fc2d14..69123fb6c2813227dc97ea5f7370642535da396f 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -570,7 +570,7 @@ google-nest-sdm==2.0.0
 googlemaps==2.5.1
 
 # homeassistant.components.govee_ble
-govee-ble==0.17.0
+govee-ble==0.17.1
 
 # homeassistant.components.gree
 greeclimate==1.3.0