Compare commits

..

5 Commits

2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
[tool.poetry] [tool.poetry]
name = "ute-wrapper" name = "ute-wrapper"
version = "2.4.0" 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"