diff --git a/homeassistant/components/govee_ble/manifest.json b/homeassistant/components/govee_ble/manifest.json index 858e916d2d8..c48fa8f5251 100644 --- a/homeassistant/components/govee_ble/manifest.json +++ b/homeassistant/components/govee_ble/manifest.json @@ -14,6 +14,26 @@ "local_name": "B5178*", "connectable": false }, + { + "local_name": "GV5121*", + "connectable": false + }, + { + "local_name": "GV5122*", + "connectable": false + }, + { + "local_name": "GV5123*", + "connectable": false + }, + { + "local_name": "GV5125*", + "connectable": false + }, + { + "local_name": "GV5126*", + "connectable": false + }, { "manufacturer_id": 1, "service_uuid": "0000ec88-0000-1000-8000-00805f9b34fb", @@ -83,6 +103,10 @@ "manufacturer_id": 19506, "service_uuid": "00001801-0000-1000-8000-00805f9b34fb", "connectable": false + }, + { + "manufacturer_id": 61320, + "connectable": false } ], "codeowners": ["@bdraco", "@PierreAronnax"], @@ -90,5 +114,5 @@ "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/govee_ble", "iot_class": "local_push", - "requirements": ["govee-ble==0.31.3"] + "requirements": ["govee-ble==0.33.0"] } diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 33bd7456fa6..b370c161cc0 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -137,6 +137,31 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [ "domain": "govee_ble", "local_name": "B5178*", }, + { + "connectable": False, + "domain": "govee_ble", + "local_name": "GV5121*", + }, + { + "connectable": False, + "domain": "govee_ble", + "local_name": "GV5122*", + }, + { + "connectable": False, + "domain": "govee_ble", + "local_name": "GV5123*", + }, + { + "connectable": False, + "domain": "govee_ble", + "local_name": "GV5125*", + }, + { + "connectable": False, + "domain": "govee_ble", + "local_name": "GV5126*", + }, { "connectable": False, "domain": "govee_ble", @@ -221,6 +246,11 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [ "manufacturer_id": 19506, "service_uuid": "00001801-0000-1000-8000-00805f9b34fb", }, + { + "connectable": False, + "domain": "govee_ble", + "manufacturer_id": 61320, + }, { "domain": "homekit_controller", "manufacturer_data_start": [ diff --git a/requirements_all.txt b/requirements_all.txt index 38c09a16df7..95ac82d4a5e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -989,7 +989,7 @@ goslide-api==0.5.1 gotailwind==0.2.3 # homeassistant.components.govee_ble -govee-ble==0.31.3 +govee-ble==0.33.0 # homeassistant.components.govee_light_local govee-local-api==1.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 449b8ac5d17..cba58d9580a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -827,7 +827,7 @@ googlemaps==2.5.1 gotailwind==0.2.3 # homeassistant.components.govee_ble -govee-ble==0.31.3 +govee-ble==0.33.0 # homeassistant.components.govee_light_local govee-local-api==1.5.1