mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump govee-ble to 0.17.3 (#78405)
This commit is contained in:
parent
4c164cc48d
commit
13e8bae432
@ -17,6 +17,11 @@
|
|||||||
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb",
|
||||||
"connectable": false
|
"connectable": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"manufacturer_id": 57391,
|
||||||
|
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb",
|
||||||
|
"connectable": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"manufacturer_id": 18994,
|
"manufacturer_id": 18994,
|
||||||
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
|
||||||
@ -53,7 +58,7 @@
|
|||||||
"connectable": false
|
"connectable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": ["govee-ble==0.17.2"],
|
"requirements": ["govee-ble==0.17.3"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -62,6 +62,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||||||
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb",
|
||||||
"connectable": False
|
"connectable": False
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "govee_ble",
|
||||||
|
"manufacturer_id": 57391,
|
||||||
|
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb",
|
||||||
|
"connectable": False
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "govee_ble",
|
"domain": "govee_ble",
|
||||||
"manufacturer_id": 18994,
|
"manufacturer_id": 18994,
|
||||||
|
@ -778,7 +778,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.2
|
govee-ble==0.17.3
|
||||||
|
|
||||||
# homeassistant.components.remote_rpi_gpio
|
# homeassistant.components.remote_rpi_gpio
|
||||||
gpiozero==1.6.2
|
gpiozero==1.6.2
|
||||||
|
@ -579,7 +579,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.2
|
govee-ble==0.17.3
|
||||||
|
|
||||||
# homeassistant.components.gree
|
# homeassistant.components.gree
|
||||||
greeclimate==1.3.0
|
greeclimate==1.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user