Bump govee-ble to 0.26.0 (#107706)

This commit is contained in:
J. Nick Koston 2024-01-10 03:03:15 -10:00 committed by GitHub
parent 08e3178682
commit 49bdfbd9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 3 deletions

View File

@ -14,6 +14,11 @@
"local_name": "B5178*", "local_name": "B5178*",
"connectable": false "connectable": false
}, },
{
"manufacturer_id": 1,
"service_uuid": "0000ec88-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{ {
"manufacturer_id": 6966, "manufacturer_id": 6966,
"service_uuid": "00008451-0000-1000-8000-00805f9b34fb", "service_uuid": "00008451-0000-1000-8000-00805f9b34fb",
@ -85,5 +90,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.24.0"] "requirements": ["govee-ble==0.26.0"]
} }

View File

@ -120,6 +120,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"domain": "govee_ble", "domain": "govee_ble",
"local_name": "B5178*", "local_name": "B5178*",
}, },
{
"connectable": False,
"domain": "govee_ble",
"manufacturer_id": 1,
"service_uuid": "0000ec88-0000-1000-8000-00805f9b34fb",
},
{ {
"connectable": False, "connectable": False,
"domain": "govee_ble", "domain": "govee_ble",

View File

@ -949,7 +949,7 @@ goslide-api==0.5.1
gotailwind==0.2.2 gotailwind==0.2.2
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.24.0 govee-ble==0.26.0
# homeassistant.components.remote_rpi_gpio # homeassistant.components.remote_rpi_gpio
gpiozero==1.6.2 gpiozero==1.6.2

View File

@ -766,7 +766,7 @@ googlemaps==2.5.1
gotailwind==0.2.2 gotailwind==0.2.2
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.24.0 govee-ble==0.26.0
# homeassistant.components.gree # homeassistant.components.gree
greeclimate==1.4.1 greeclimate==1.4.1