Fix incorrect manufacturer_id for govee 5182 model (#75899)
This commit is contained in:
parent
bbd7041a73
commit
9f16c14681
4 changed files with 12 additions and 3 deletions
|
@ -18,9 +18,13 @@
|
|||
{
|
||||
"manufacturer_id": 14474,
|
||||
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
|
||||
},
|
||||
{
|
||||
"manufacturer_id": 10032,
|
||||
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb"
|
||||
}
|
||||
],
|
||||
"requirements": ["govee-ble==0.12.3"],
|
||||
"requirements": ["govee-ble==0.12.4"],
|
||||
"dependencies": ["bluetooth"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"iot_class": "local_push"
|
||||
|
|
|
@ -34,6 +34,11 @@ BLUETOOTH: list[dict[str, str | int | list[int]]] = [
|
|||
"manufacturer_id": 14474,
|
||||
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
|
||||
},
|
||||
{
|
||||
"domain": "govee_ble",
|
||||
"manufacturer_id": 10032,
|
||||
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb"
|
||||
},
|
||||
{
|
||||
"domain": "homekit_controller",
|
||||
"manufacturer_id": 76,
|
||||
|
|
|
@ -760,7 +760,7 @@ googlemaps==2.5.1
|
|||
goslide-api==0.5.1
|
||||
|
||||
# homeassistant.components.govee_ble
|
||||
govee-ble==0.12.3
|
||||
govee-ble==0.12.4
|
||||
|
||||
# homeassistant.components.remote_rpi_gpio
|
||||
gpiozero==1.6.2
|
||||
|
|
|
@ -561,7 +561,7 @@ google-nest-sdm==2.0.0
|
|||
googlemaps==2.5.1
|
||||
|
||||
# homeassistant.components.govee_ble
|
||||
govee-ble==0.12.3
|
||||
govee-ble==0.12.4
|
||||
|
||||
# homeassistant.components.gree
|
||||
greeclimate==1.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue