mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix Govee 5185 Meat Thermometers with older firmware not being discovered (#76414)
This commit is contained in:
parent
33b194e48d
commit
56acb66514
@ -15,6 +15,10 @@
|
|||||||
"manufacturer_id": 18994,
|
"manufacturer_id": 18994,
|
||||||
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
|
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"manufacturer_id": 818,
|
||||||
|
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"manufacturer_id": 14474,
|
"manufacturer_id": 14474,
|
||||||
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
|
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
|
||||||
@ -24,7 +28,7 @@
|
|||||||
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb"
|
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": ["govee-ble==0.12.6"],
|
"requirements": ["govee-ble==0.12.7"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -41,6 +41,11 @@ BLUETOOTH: list[dict[str, str | int | list[int]]] = [
|
|||||||
"manufacturer_id": 18994,
|
"manufacturer_id": 18994,
|
||||||
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
|
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "govee_ble",
|
||||||
|
"manufacturer_id": 818,
|
||||||
|
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "govee_ble",
|
"domain": "govee_ble",
|
||||||
"manufacturer_id": 14474,
|
"manufacturer_id": 14474,
|
||||||
|
@ -760,7 +760,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.12.6
|
govee-ble==0.12.7
|
||||||
|
|
||||||
# homeassistant.components.remote_rpi_gpio
|
# homeassistant.components.remote_rpi_gpio
|
||||||
gpiozero==1.6.2
|
gpiozero==1.6.2
|
||||||
|
@ -558,7 +558,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.12.6
|
govee-ble==0.12.7
|
||||||
|
|
||||||
# homeassistant.components.gree
|
# homeassistant.components.gree
|
||||||
greeclimate==1.3.0
|
greeclimate==1.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user