diff --git a/homeassistant/components/govee_ble/manifest.json b/homeassistant/components/govee_ble/manifest.json index 537ae9c7ed5..29af7502ded 100644 --- a/homeassistant/components/govee_ble/manifest.json +++ b/homeassistant/components/govee_ble/manifest.json @@ -12,6 +12,11 @@ "service_uuid": "00008451-0000-1000-8000-00805f9b34fb", "connectable": false }, + { + "manufacturer_id": 63391, + "service_uuid": "00008351-0000-1000-8000-00805f9b34fb", + "connectable": false + }, { "manufacturer_id": 26589, "service_uuid": "00008351-0000-1000-8000-00805f9b34fb", @@ -32,6 +37,11 @@ "service_uuid": "00008551-0000-1000-8000-00805f9b34fb", "connectable": false }, + { + "manufacturer_id": 43682, + "service_uuid": "00008151-0000-1000-8000-00805f9b34fb", + "connectable": false + }, { "manufacturer_id": 59970, "service_uuid": "00008151-0000-1000-8000-00805f9b34fb", @@ -58,7 +68,7 @@ "connectable": false } ], - "requirements": ["govee-ble==0.17.3"], + "requirements": ["govee-ble==0.19.0"], "dependencies": ["bluetooth"], "codeowners": ["@bdraco"], "iot_class": "local_push" diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 861960b1afd..8a9594f83ff 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -54,6 +54,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [ "service_uuid": "00008451-0000-1000-8000-00805f9b34fb", "connectable": False, }, + { + "domain": "govee_ble", + "manufacturer_id": 63391, + "service_uuid": "00008351-0000-1000-8000-00805f9b34fb", + "connectable": False, + }, { "domain": "govee_ble", "manufacturer_id": 26589, @@ -78,6 +84,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [ "service_uuid": "00008551-0000-1000-8000-00805f9b34fb", "connectable": False, }, + { + "domain": "govee_ble", + "manufacturer_id": 43682, + "service_uuid": "00008151-0000-1000-8000-00805f9b34fb", + "connectable": False, + }, { "domain": "govee_ble", "manufacturer_id": 59970, diff --git a/requirements_all.txt b/requirements_all.txt index 1e37dd8ee0b..9ce72ad763f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -780,7 +780,7 @@ googlemaps==2.5.1 goslide-api==0.5.1 # homeassistant.components.govee_ble -govee-ble==0.17.3 +govee-ble==0.19.0 # homeassistant.components.remote_rpi_gpio gpiozero==1.6.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index bf8233fc76e..9850aab5c12 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -581,7 +581,7 @@ google-nest-sdm==2.0.0 googlemaps==2.5.1 # homeassistant.components.govee_ble -govee-ble==0.17.3 +govee-ble==0.19.0 # homeassistant.components.gree greeclimate==1.3.0