diff --git a/homeassistant/components/govee_ble/manifest.json b/homeassistant/components/govee_ble/manifest.json index 2ce68498968..537ae9c7ed5 100644 --- a/homeassistant/components/govee_ble/manifest.json +++ b/homeassistant/components/govee_ble/manifest.json @@ -17,6 +17,11 @@ "service_uuid": "00008351-0000-1000-8000-00805f9b34fb", "connectable": false }, + { + "manufacturer_id": 57391, + "service_uuid": "00008351-0000-1000-8000-00805f9b34fb", + "connectable": false + }, { "manufacturer_id": 18994, "service_uuid": "00008551-0000-1000-8000-00805f9b34fb", @@ -53,7 +58,7 @@ "connectable": false } ], - "requirements": ["govee-ble==0.17.2"], + "requirements": ["govee-ble==0.17.3"], "dependencies": ["bluetooth"], "codeowners": ["@bdraco"], "iot_class": "local_push" diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 59f10767e0d..22bb93d1bda 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -62,6 +62,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [ "service_uuid": "00008351-0000-1000-8000-00805f9b34fb", "connectable": False }, + { + "domain": "govee_ble", + "manufacturer_id": 57391, + "service_uuid": "00008351-0000-1000-8000-00805f9b34fb", + "connectable": False + }, { "domain": "govee_ble", "manufacturer_id": 18994, diff --git a/requirements_all.txt b/requirements_all.txt index ecbfdf8c255..fc3fd2a0f1f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -778,7 +778,7 @@ googlemaps==2.5.1 goslide-api==0.5.1 # homeassistant.components.govee_ble -govee-ble==0.17.2 +govee-ble==0.17.3 # homeassistant.components.remote_rpi_gpio gpiozero==1.6.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 097881c4b39..ece00d7d630 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -579,7 +579,7 @@ google-nest-sdm==2.0.0 googlemaps==2.5.1 # homeassistant.components.govee_ble -govee-ble==0.17.2 +govee-ble==0.17.3 # homeassistant.components.gree greeclimate==1.3.0