mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Bump thermopro-ble to 0.10.0 (#110279)
This commit is contained in:
parent
ba93cf0336
commit
ab85ebb996
@ -13,6 +13,10 @@
|
|||||||
{
|
{
|
||||||
"local_name": "TP96*",
|
"local_name": "TP96*",
|
||||||
"connectable": false
|
"connectable": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"local_name": "TP97*",
|
||||||
|
"connectable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"codeowners": ["@bdraco", "@h3ss"],
|
"codeowners": ["@bdraco", "@h3ss"],
|
||||||
@ -20,5 +24,5 @@
|
|||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/thermopro",
|
"documentation": "https://www.home-assistant.io/integrations/thermopro",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["thermopro-ble==0.9.0"]
|
"requirements": ["thermopro-ble==0.10.0"]
|
||||||
}
|
}
|
||||||
|
@ -602,6 +602,11 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||||||
"domain": "thermopro",
|
"domain": "thermopro",
|
||||||
"local_name": "TP96*",
|
"local_name": "TP96*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"connectable": False,
|
||||||
|
"domain": "thermopro",
|
||||||
|
"local_name": "TP97*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "tilt_ble",
|
"domain": "tilt_ble",
|
||||||
"manufacturer_data_start": [
|
"manufacturer_data_start": [
|
||||||
|
@ -2691,7 +2691,7 @@ tessie-api==0.0.9
|
|||||||
thermobeacon-ble==0.6.2
|
thermobeacon-ble==0.6.2
|
||||||
|
|
||||||
# homeassistant.components.thermopro
|
# homeassistant.components.thermopro
|
||||||
thermopro-ble==0.9.0
|
thermopro-ble==0.10.0
|
||||||
|
|
||||||
# homeassistant.components.thermoworks_smoke
|
# homeassistant.components.thermoworks_smoke
|
||||||
thermoworks-smoke==0.1.8
|
thermoworks-smoke==0.1.8
|
||||||
|
@ -2053,7 +2053,7 @@ tessie-api==0.0.9
|
|||||||
thermobeacon-ble==0.6.2
|
thermobeacon-ble==0.6.2
|
||||||
|
|
||||||
# homeassistant.components.thermopro
|
# homeassistant.components.thermopro
|
||||||
thermopro-ble==0.9.0
|
thermopro-ble==0.10.0
|
||||||
|
|
||||||
# homeassistant.components.tilt_ble
|
# homeassistant.components.tilt_ble
|
||||||
tilt-ble==0.2.3
|
tilt-ble==0.2.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user