Bump thermopro-ble to 0.4.3 (#77863)
* Bump thermopro-ble to 0.4.2 - Turns on rounding of long values - Uses bluetooth-data-tools under the hood - Adds the TP393 since it works without any changes to the parser Changelog: https://github.com/Bluetooth-Devices/thermopro-ble/compare/v0.4.0...v0.4.2 * bump again for device detection fixpull/77880/head
parent
0e369d5b2e
commit
ac8a12f99c
|
@ -3,9 +3,12 @@
|
|||
"name": "ThermoPro",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/thermopro",
|
||||
"bluetooth": [{ "local_name": "TP35*", "connectable": false }],
|
||||
"bluetooth": [
|
||||
{ "local_name": "TP35*", "connectable": false },
|
||||
{ "local_name": "TP39*", "connectable": false }
|
||||
],
|
||||
"dependencies": ["bluetooth"],
|
||||
"requirements": ["thermopro-ble==0.4.0"],
|
||||
"requirements": ["thermopro-ble==0.4.3"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
|
|
@ -269,6 +269,11 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||
"local_name": "TP35*",
|
||||
"connectable": False
|
||||
},
|
||||
{
|
||||
"domain": "thermopro",
|
||||
"local_name": "TP39*",
|
||||
"connectable": False
|
||||
},
|
||||
{
|
||||
"domain": "xiaomi_ble",
|
||||
"connectable": False,
|
||||
|
|
|
@ -2369,7 +2369,7 @@ tesla-wall-connector==1.0.2
|
|||
thermobeacon-ble==0.3.1
|
||||
|
||||
# homeassistant.components.thermopro
|
||||
thermopro-ble==0.4.0
|
||||
thermopro-ble==0.4.3
|
||||
|
||||
# homeassistant.components.thermoworks_smoke
|
||||
thermoworks_smoke==0.1.8
|
||||
|
|
|
@ -1618,7 +1618,7 @@ tesla-wall-connector==1.0.2
|
|||
thermobeacon-ble==0.3.1
|
||||
|
||||
# homeassistant.components.thermopro
|
||||
thermopro-ble==0.4.0
|
||||
thermopro-ble==0.4.3
|
||||
|
||||
# homeassistant.components.todoist
|
||||
todoist-python==8.0.0
|
||||
|
|
Loading…
Reference in New Issue