Bump govee-ble to 0.19.1 to handle another H5181 (#79340)

fixes #79188
This commit is contained in:
J. Nick Koston 2022-09-29 22:33:14 -10:00 committed by GitHub
parent 1cb5a45379
commit 52cdae254c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 3 deletions

View File

@ -37,6 +37,11 @@
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{
"manufacturer_id": 53579,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{
"manufacturer_id": 43682,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
@ -68,7 +73,7 @@
"connectable": false
}
],
"requirements": ["govee-ble==0.19.0"],
"requirements": ["govee-ble==0.19.1"],
"dependencies": ["bluetooth"],
"codeowners": ["@bdraco"],
"iot_class": "local_push"

View File

@ -88,6 +88,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
"connectable": False,
},
{
"domain": "govee_ble",
"manufacturer_id": 53579,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": False,
},
{
"domain": "govee_ble",
"manufacturer_id": 43682,

View File

@ -786,7 +786,7 @@ googlemaps==2.5.1
goslide-api==0.5.1
# homeassistant.components.govee_ble
govee-ble==0.19.0
govee-ble==0.19.1
# homeassistant.components.remote_rpi_gpio
gpiozero==1.6.2

View File

@ -590,7 +590,7 @@ google-nest-sdm==2.0.0
googlemaps==2.5.1
# homeassistant.components.govee_ble
govee-ble==0.19.0
govee-ble==0.19.1
# homeassistant.components.gree
greeclimate==1.3.0