Bump govee-ble to add support for H5185 firmware variant (#77564)

pull/77575/head
J. Nick Koston 2022-08-30 22:01:35 -04:00 committed by GitHub
parent edb8c58566
commit 5297dc1d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 3 deletions

View File

@ -41,9 +41,14 @@
"manufacturer_id": 10032, "manufacturer_id": 10032,
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb", "service_uuid": "00008251-0000-1000-8000-00805f9b34fb",
"connectable": false "connectable": false
},
{
"manufacturer_id": 19506,
"service_uuid": "00001801-0000-1000-8000-00805f9b34fb",
"connectable": false
} }
], ],
"requirements": ["govee-ble==0.16.1"], "requirements": ["govee-ble==0.17.0"],
"dependencies": ["bluetooth"], "dependencies": ["bluetooth"],
"codeowners": ["@bdraco"], "codeowners": ["@bdraco"],
"iot_class": "local_push" "iot_class": "local_push"

View File

@ -86,6 +86,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb", "service_uuid": "00008251-0000-1000-8000-00805f9b34fb",
"connectable": False "connectable": False
}, },
{
"domain": "govee_ble",
"manufacturer_id": 19506,
"service_uuid": "00001801-0000-1000-8000-00805f9b34fb",
"connectable": False
},
{ {
"domain": "homekit_controller", "domain": "homekit_controller",
"manufacturer_id": 76, "manufacturer_id": 76,

View File

@ -766,7 +766,7 @@ googlemaps==2.5.1
goslide-api==0.5.1 goslide-api==0.5.1
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.16.1 govee-ble==0.17.0
# homeassistant.components.remote_rpi_gpio # homeassistant.components.remote_rpi_gpio
gpiozero==1.6.2 gpiozero==1.6.2

View File

@ -567,7 +567,7 @@ google-nest-sdm==2.0.0
googlemaps==2.5.1 googlemaps==2.5.1
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.16.1 govee-ble==0.17.0
# homeassistant.components.gree # homeassistant.components.gree
greeclimate==1.3.0 greeclimate==1.3.0