Fix yet another Govee H5181 variant (#77611)

This commit is contained in:
J. Nick Koston 2022-08-31 16:41:22 +00:00 committed by GitHub
parent 708e614823
commit 67ccb6f25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 3 deletions

View File

@ -32,6 +32,11 @@
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb", "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": false "connectable": false
}, },
{
"manufacturer_id": 63585,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{ {
"manufacturer_id": 14474, "manufacturer_id": 14474,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb", "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
@ -48,7 +53,7 @@
"connectable": false "connectable": false
} }
], ],
"requirements": ["govee-ble==0.17.0"], "requirements": ["govee-ble==0.17.1"],
"dependencies": ["bluetooth"], "dependencies": ["bluetooth"],
"codeowners": ["@bdraco"], "codeowners": ["@bdraco"],
"iot_class": "local_push" "iot_class": "local_push"

View File

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

View File

@ -769,7 +769,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.17.0 govee-ble==0.17.1
# homeassistant.components.remote_rpi_gpio # homeassistant.components.remote_rpi_gpio
gpiozero==1.6.2 gpiozero==1.6.2

View File

@ -570,7 +570,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.17.0 govee-ble==0.17.1
# homeassistant.components.gree # homeassistant.components.gree
greeclimate==1.3.0 greeclimate==1.3.0