Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
dca2466e25 | |||
f24d664c62 | |||
e9de91a02e |
@ -34,7 +34,5 @@ deploy_to_pypi:
|
|||||||
- master
|
- master
|
||||||
changes:
|
changes:
|
||||||
- pyproject.toml
|
- pyproject.toml
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
script:
|
script:
|
||||||
- POETRY_PYPI_TOKEN_PYPI=$PYPI_PASSWORD poetry publish --build
|
- POETRY_PYPI_TOKEN_PYPI=$PYPI_PASSWORD poetry publish --build
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# UTE API Wrapper 🇺🇾
|
# 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">
|
<p align="center">
|
||||||
<img src="https://gitlab.com/uploads/-/system/project/avatar/48558040/icon.png" alt="ute-wrapper"/>
|
<img src="https://gitlab.com/uploads/-/system/project/avatar/48558040/icon.png" alt="ute-wrapper"/>
|
||||||
</p>
|
</p>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ute-wrapper"
|
name = "ute-wrapper"
|
||||||
version = "2.4.1"
|
version = "2.5.1"
|
||||||
description = "A wrapper to interact with UTE's API"
|
description = "[DEPRECATED] A wrapper to interact with UTE's API"
|
||||||
authors = ["Roger Gonzalez <roger@rogs.me>"]
|
authors = ["Roger Gonzalez <roger@rogs.me>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Reference in New Issue
Block a user