Bump govee-ble to add support for H5185 firmware variant (#77564)
parent
edb8c58566
commit
5297dc1d5f
|
@ -41,9 +41,14 @@
|
|||
"manufacturer_id": 10032,
|
||||
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb",
|
||||
"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"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"iot_class": "local_push"
|
||||
|
|
|
@ -86,6 +86,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb",
|
||||
"connectable": False
|
||||
},
|
||||
{
|
||||
"domain": "govee_ble",
|
||||
"manufacturer_id": 19506,
|
||||
"service_uuid": "00001801-0000-1000-8000-00805f9b34fb",
|
||||
"connectable": False
|
||||
},
|
||||
{
|
||||
"domain": "homekit_controller",
|
||||
"manufacturer_id": 76,
|
||||
|
|
|
@ -766,7 +766,7 @@ googlemaps==2.5.1
|
|||
goslide-api==0.5.1
|
||||
|
||||
# homeassistant.components.govee_ble
|
||||
govee-ble==0.16.1
|
||||
govee-ble==0.17.0
|
||||
|
||||
# homeassistant.components.remote_rpi_gpio
|
||||
gpiozero==1.6.2
|
||||
|
|
|
@ -567,7 +567,7 @@ google-nest-sdm==2.0.0
|
|||
googlemaps==2.5.1
|
||||
|
||||
# homeassistant.components.govee_ble
|
||||
govee-ble==0.16.1
|
||||
govee-ble==0.17.0
|
||||
|
||||
# homeassistant.components.gree
|
||||
greeclimate==1.3.0
|
||||
|
|
Loading…
Reference in New Issue