From 5297dc1d5f95e966a7833bfd92ce777da56d4ba8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 30 Aug 2022 22:01:35 -0400 Subject: [PATCH] Bump govee-ble to add support for H5185 firmware variant (#77564) --- homeassistant/components/govee_ble/manifest.json | 7 ++++++- homeassistant/generated/bluetooth.py | 6 ++++++ requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/govee_ble/manifest.json b/homeassistant/components/govee_ble/manifest.json index d3aaf6066d4..6f9e15463cd 100644 --- a/homeassistant/components/govee_ble/manifest.json +++ b/homeassistant/components/govee_ble/manifest.json @@ -41,9 +41,14 @@ "manufacturer_id": 10032, "service_uuid": "00008251-0000-1000-8000-00805f9b34fb", "connectable": false + }, + { + "manufacturer_id": 19506, + "service_uuid": "00001801-0000-1000-8000-00805f9b34fb", + "connectable": false } ], - "requirements": ["govee-ble==0.16.1"], + "requirements": ["govee-ble==0.17.0"], "dependencies": ["bluetooth"], "codeowners": ["@bdraco"], "iot_class": "local_push" diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 54823a85e1b..8422ce64f95 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -86,6 +86,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [ "service_uuid": "00008251-0000-1000-8000-00805f9b34fb", "connectable": False }, + { + "domain": "govee_ble", + "manufacturer_id": 19506, + "service_uuid": "00001801-0000-1000-8000-00805f9b34fb", + "connectable": False + }, { "domain": "homekit_controller", "manufacturer_id": 76, diff --git a/requirements_all.txt b/requirements_all.txt index 18af990ae7f..ebaa328a071 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -766,7 +766,7 @@ googlemaps==2.5.1 goslide-api==0.5.1 # homeassistant.components.govee_ble -govee-ble==0.16.1 +govee-ble==0.17.0 # homeassistant.components.remote_rpi_gpio gpiozero==1.6.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 66c80797fec..cf539eb31fb 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -567,7 +567,7 @@ google-nest-sdm==2.0.0 googlemaps==2.5.1 # homeassistant.components.govee_ble -govee-ble==0.16.1 +govee-ble==0.17.0 # homeassistant.components.gree greeclimate==1.3.0