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*",
"connectable": false
},
{
"manufacturer_id": 1,
"service_uuid": "0000ec88-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{
"manufacturer_id": 6966,
"service_uuid": "00008451-0000-1000-8000-00805f9b34fb",
@ -85,5 +90,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
"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",
"local_name": "B5178*",
},
{
"connectable": False,
"domain": "govee_ble",
"manufacturer_id": 1,
"service_uuid": "0000ec88-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "govee_ble",

View file

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

View file

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