Bump govee-ble to 0.44.0 (#143800)

changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.43.1...v0.44.0
This commit is contained in:
J. Nick Koston
2025-04-28 01:36:02 -05:00
committed by GitHub
parent 2a6b79ec0f
commit 592dcec852
4 changed files with 12 additions and 3 deletions

View File

@ -50,6 +50,10 @@
"local_name": "GVH5130*",
"connectable": false
},
{
"local_name": "GVH5110*",
"connectable": false
},
{
"manufacturer_id": 1,
"service_uuid": "0000ec88-0000-1000-8000-00805f9b34fb",
@ -135,5 +139,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
"iot_class": "local_push",
"requirements": ["govee-ble==0.43.1"]
"requirements": ["govee-ble==0.44.0"]
}

View File

@ -202,6 +202,11 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
"domain": "govee_ble",
"local_name": "GVH5130*",
},
{
"connectable": False,
"domain": "govee_ble",
"local_name": "GVH5110*",
},
{
"connectable": False,
"domain": "govee_ble",

2
requirements_all.txt generated
View File

@ -1064,7 +1064,7 @@ goslide-api==0.7.0
gotailwind==0.3.0
# homeassistant.components.govee_ble
govee-ble==0.43.1
govee-ble==0.44.0
# homeassistant.components.govee_light_local
govee-local-api==2.1.0

View File

@ -915,7 +915,7 @@ goslide-api==0.7.0
gotailwind==0.3.0
# homeassistant.components.govee_ble
govee-ble==0.43.1
govee-ble==0.44.0
# homeassistant.components.govee_light_local
govee-local-api==2.1.0