mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
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:
parent
12b3665872
commit
c0061dba77
@ -38,6 +38,10 @@
|
|||||||
"local_name": "GV5126*",
|
"local_name": "GV5126*",
|
||||||
"connectable": false
|
"connectable": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"local_name": "GV5179*",
|
||||||
|
"connectable": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"local_name": "GVH5127*",
|
"local_name": "GVH5127*",
|
||||||
"connectable": false
|
"connectable": false
|
||||||
@ -131,5 +135,5 @@
|
|||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
|
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["govee-ble==0.42.1"]
|
"requirements": ["govee-ble==0.43.0"]
|
||||||
}
|
}
|
||||||
|
5
homeassistant/generated/bluetooth.py
generated
5
homeassistant/generated/bluetooth.py
generated
@ -187,6 +187,11 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
|
|||||||
"domain": "govee_ble",
|
"domain": "govee_ble",
|
||||||
"local_name": "GV5126*",
|
"local_name": "GV5126*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"connectable": False,
|
||||||
|
"domain": "govee_ble",
|
||||||
|
"local_name": "GV5179*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"connectable": False,
|
"connectable": False,
|
||||||
"domain": "govee_ble",
|
"domain": "govee_ble",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1052,7 +1052,7 @@ goslide-api==0.7.0
|
|||||||
gotailwind==0.3.0
|
gotailwind==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.govee_ble
|
# homeassistant.components.govee_ble
|
||||||
govee-ble==0.42.1
|
govee-ble==0.43.0
|
||||||
|
|
||||||
# homeassistant.components.govee_light_local
|
# homeassistant.components.govee_light_local
|
||||||
govee-local-api==2.0.0
|
govee-local-api==2.0.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -902,7 +902,7 @@ goslide-api==0.7.0
|
|||||||
gotailwind==0.3.0
|
gotailwind==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.govee_ble
|
# homeassistant.components.govee_ble
|
||||||
govee-ble==0.42.1
|
govee-ble==0.43.0
|
||||||
|
|
||||||
# homeassistant.components.govee_light_local
|
# homeassistant.components.govee_light_local
|
||||||
govee-local-api==2.0.0
|
govee-local-api==2.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user