Fix Govee 5181 with old firmware (#76600)

This commit is contained in:
J. Nick Koston 2022-08-10 23:08:03 -10:00 committed by GitHub
parent b5787fe8fa
commit eb0b6f3d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View File

@ -23,6 +23,10 @@
"manufacturer_id": 818,
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
},
{
"manufacturer_id": 59970,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
},
{
"manufacturer_id": 14474,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
@ -32,7 +36,7 @@
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb"
}
],
"requirements": ["govee-ble==0.14.0"],
"requirements": ["govee-ble==0.14.1"],
"dependencies": ["bluetooth"],
"codeowners": ["@bdraco"],
"iot_class": "local_push"

View File

@ -51,6 +51,11 @@ BLUETOOTH: list[dict[str, str | int | list[int]]] = [
"manufacturer_id": 818,
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
},
{
"domain": "govee_ble",
"manufacturer_id": 59970,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
},
{
"domain": "govee_ble",
"manufacturer_id": 14474,

View File

@ -757,7 +757,7 @@ googlemaps==2.5.1
goslide-api==0.5.1
# homeassistant.components.govee_ble
govee-ble==0.14.0
govee-ble==0.14.1
# homeassistant.components.remote_rpi_gpio
gpiozero==1.6.2

View File

@ -558,7 +558,7 @@ google-nest-sdm==2.0.0
googlemaps==2.5.1
# homeassistant.components.govee_ble
govee-ble==0.14.0
govee-ble==0.14.1
# homeassistant.components.gree
greeclimate==1.3.0