mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
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:
@ -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"]
|
||||
}
|
||||
|
5
homeassistant/generated/bluetooth.py
generated
5
homeassistant/generated/bluetooth.py
generated
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
Reference in New Issue
Block a user