Skip to content

Commit

Permalink
Redirect to clone of github python-thermia-online-api
Browse files Browse the repository at this point in the history
Redirect to the development version of python-thermia-online-api.

Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
  • Loading branch information
mdr78 committed Sep 3, 2024
1 parent 8fafd0e commit 5ec369d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/thermia/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/klejejs/ha-thermia-heat-pump-integration/issues",
"requirements": [
"ThermiaOnlineAPI==5.1.0"
"ThermiaOnlineAPI @ git+https://github.com/mdr78/python-thermia-online-api.git@main"
],
"version": "1.0"
}
2 changes: 1 addition & 1 deletion custom_components/thermia/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ async def async_setup_entry(
None,
"total_increasing",
"heating_operational_time",
TIME_HOURS,
UnitOfTime.HOURS,
)
)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
homeassistant==2024.4.1
ThermiaOnlineAPI==5.1.0
ThermiaOnlineAPI @ git+https://github.com/mdr78/python-thermia-online-api.git@main

0 comments on commit 5ec369d

Please sign in to comment.