mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Fix yet another Govee H5181 variant (#77611)
This commit is contained in:
parent
708e614823
commit
67ccb6f25a
@ -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"
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user