Compare commits

..

3 Commits

3 changed files with 8 additions and 4 deletions

View File

@ -34,7 +34,5 @@ deploy_to_pypi:
- master
changes:
- pyproject.toml
except:
- tags
script:
- POETRY_PYPI_TOKEN_PYPI=$PYPI_PASSWORD poetry publish --build

View File

@ -1,5 +1,11 @@
# UTE API Wrapper 🇺🇾
# THIS API NO LONGER WORKS
UTE deprecated the API that this wrapper uses on April 15th 2024. More information [here](https://github.com/rogsme/ute_homeassistant_integration/issues/3#issuecomment-2054332575).
I'll archive this repository in a few days.
<p align="center">
<img src="https://gitlab.com/uploads/-/system/project/avatar/48558040/icon.png" alt="ute-wrapper"/>
</p>

View File

@ -1,7 +1,7 @@
[tool.poetry]
name = "ute-wrapper"
version = "2.4.1"
description = "A wrapper to interact with UTE's API"
version = "2.5.1"
description = "[DEPRECATED] A wrapper to interact with UTE's API"
authors = ["Roger Gonzalez <roger@rogs.me>"]
license = "GPL-3.0-or-later"
readme = "README.md"