Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
dca2466e25 | |||
f24d664c62 | |||
e9de91a02e |
@ -34,7 +34,5 @@ deploy_to_pypi:
|
||||
- master
|
||||
changes:
|
||||
- pyproject.toml
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- POETRY_PYPI_TOKEN_PYPI=$PYPI_PASSWORD poetry publish --build
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user