mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
parent
1cb5a45379
commit
52cdae254c
@ -37,6 +37,11 @@
|
|||||||
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
|
||||||
"connectable": false
|
"connectable": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"manufacturer_id": 53579,
|
||||||
|
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
|
||||||
|
"connectable": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"manufacturer_id": 43682,
|
"manufacturer_id": 43682,
|
||||||
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
|
||||||
@ -68,7 +73,7 @@
|
|||||||
"connectable": false
|
"connectable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": ["govee-ble==0.19.0"],
|
"requirements": ["govee-ble==0.19.1"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -88,6 +88,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||||||
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
|
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb",
|
||||||
"connectable": False,
|
"connectable": False,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "govee_ble",
|
||||||
|
"manufacturer_id": 53579,
|
||||||
|
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
|
||||||
|
"connectable": False,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "govee_ble",
|
"domain": "govee_ble",
|
||||||
"manufacturer_id": 43682,
|
"manufacturer_id": 43682,
|
||||||
|
@ -786,7 +786,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.19.0
|
govee-ble==0.19.1
|
||||||
|
|
||||||
# homeassistant.components.remote_rpi_gpio
|
# homeassistant.components.remote_rpi_gpio
|
||||||
gpiozero==1.6.2
|
gpiozero==1.6.2
|
||||||
|
@ -590,7 +590,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.19.0
|
govee-ble==0.19.1
|
||||||
|
|
||||||
# homeassistant.components.gree
|
# homeassistant.components.gree
|
||||||
greeclimate==1.3.0
|
greeclimate==1.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user