diff --git a/homeassistant/components/govee_ble/manifest.json b/homeassistant/components/govee_ble/manifest.json index 2ba97b95d08..e8df2af3abb 100644 --- a/homeassistant/components/govee_ble/manifest.json +++ b/homeassistant/components/govee_ble/manifest.json @@ -7,6 +7,10 @@ { "local_name": "Govee*" }, { "local_name": "GVH5*" }, { "local_name": "B5178*" }, + { + "manufacturer_id": 6966, + "service_uuid": "00008451-0000-1000-8000-00805f9b34fb" + }, { "manufacturer_id": 26589, "service_uuid": "00008351-0000-1000-8000-00805f9b34fb" diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 15a822599c6..d7af6e6ee11 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -31,6 +31,11 @@ BLUETOOTH: list[dict[str, str | int | list[int]]] = [ "domain": "govee_ble", "local_name": "B5178*" }, + { + "domain": "govee_ble", + "manufacturer_id": 6966, + "service_uuid": "00008451-0000-1000-8000-00805f9b34fb" + }, { "domain": "govee_ble", "manufacturer_id": 26589,