From 49bdfbd9caba47cb74a66750e2914b333b7d888a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 10 Jan 2024 03:03:15 -1000 Subject: [PATCH] Bump govee-ble to 0.26.0 (#107706) --- 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 5c47f116ce5..23bc20570e3 100644 --- a/homeassistant/components/govee_ble/manifest.json +++ b/homeassistant/components/govee_ble/manifest.json @@ -14,6 +14,11 @@ "local_name": "B5178*", "connectable": false }, + { + "manufacturer_id": 1, + "service_uuid": "0000ec88-0000-1000-8000-00805f9b34fb", + "connectable": false + }, { "manufacturer_id": 6966, "service_uuid": "00008451-0000-1000-8000-00805f9b34fb", @@ -85,5 +90,5 @@ "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/govee_ble", "iot_class": "local_push", - "requirements": ["govee-ble==0.24.0"] + "requirements": ["govee-ble==0.26.0"] } diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 22710f31f87..cda39d8494f 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -120,6 +120,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [ "domain": "govee_ble", "local_name": "B5178*", }, + { + "connectable": False, + "domain": "govee_ble", + "manufacturer_id": 1, + "service_uuid": "0000ec88-0000-1000-8000-00805f9b34fb", + }, { "connectable": False, "domain": "govee_ble", diff --git a/requirements_all.txt b/requirements_all.txt index 6369a1c4ba6..d5b97fc558c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -949,7 +949,7 @@ goslide-api==0.5.1 gotailwind==0.2.2 # homeassistant.components.govee_ble -govee-ble==0.24.0 +govee-ble==0.26.0 # homeassistant.components.remote_rpi_gpio gpiozero==1.6.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9d11cb5614f..cdcd6f257d2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -766,7 +766,7 @@ googlemaps==2.5.1 gotailwind==0.2.2 # homeassistant.components.govee_ble -govee-ble==0.24.0 +govee-ble==0.26.0 # homeassistant.components.gree greeclimate==1.4.1