Bump govee-ble to 0.43.0 to fix compat with new H5179 firmware (#137508)

changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.42.1...v0.43.0

fixes #136969
This commit is contained in:
J. Nick Koston 2025-02-06 01:31:23 -06:00 committed by GitHub
parent 12b3665872
commit c0061dba77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 3 deletions

View File

@ -38,6 +38,10 @@
"local_name": "GV5126*",
"connectable": false
},
{
"local_name": "GV5179*",
"connectable": false
},
{
"local_name": "GVH5127*",
"connectable": false
@ -131,5 +135,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
"iot_class": "local_push",
"requirements": ["govee-ble==0.42.1"]
"requirements": ["govee-ble==0.43.0"]
}

View File

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

2
requirements_all.txt generated
View File

@ -1052,7 +1052,7 @@ goslide-api==0.7.0
gotailwind==0.3.0
# homeassistant.components.govee_ble
govee-ble==0.42.1
govee-ble==0.43.0
# homeassistant.components.govee_light_local
govee-local-api==2.0.0

View File

@ -902,7 +902,7 @@ goslide-api==0.7.0
gotailwind==0.3.0
# homeassistant.components.govee_ble
govee-ble==0.42.1
govee-ble==0.43.0
# homeassistant.components.govee_light_local
govee-local-api==2.0.0