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 fix
This commit is contained in:
J. Nick Koston 2022-09-06 02:55:43 -05:00 committed by GitHub
parent 0e369d5b2e
commit ac8a12f99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View File

@ -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"
}

View File

@ -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,

View File

@ -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

View File

@ -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