Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/thermopro/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ "local_name": "TP39*", "connectable": false }
],
"dependencies": ["bluetooth_adapters"],
"requirements": ["thermopro-ble==0.4.3"],
"requirements": ["thermopro-ble==0.4.5"],
"codeowners": ["@bdraco"],
"iot_class": "local_push"
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2485,7 +2485,7 @@ tesla-wall-connector==1.0.2
thermobeacon-ble==0.6.0

# homeassistant.components.thermopro
thermopro-ble==0.4.3
thermopro-ble==0.4.5

# homeassistant.components.thermoworks_smoke
thermoworks_smoke==0.1.8
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ tesla-wall-connector==1.0.2
thermobeacon-ble==0.6.0

# homeassistant.components.thermopro
thermopro-ble==0.4.3
thermopro-ble==0.4.5

# homeassistant.components.tilt_ble
tilt-ble==0.2.3
Expand Down