Compare commits

..

4 Commits

Author SHA1 Message Date
3a6585863b
Update PR with "not working" message 2024-04-18 18:57:39 -03:00
e38c57779e
Bumped ute-wrapper version 2024-03-09 19:29:22 -03:00
53113b4379
Added gitlab mirror 2024-03-03 16:05:56 -03:00
2b4f9f458b
Bumped ute-wrapper 2024-03-02 10:56:16 -03:00
3 changed files with 25 additions and 1 deletions

17
.github/workflows/mirror.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Mirroring
on: [push, delete]
jobs:
to_gitlab:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitlab.com:rogs/ute_homeassistant_integration.git
ssh_private_key:
${{ secrets.GITLAB_SSH_PRIVATE_KEY }}

View File

@ -1,4 +1,11 @@
# UTE (Administración Nacional de Usinas y Trasmisiones Eléctricas) for Home Assistant 🇺🇾
# THIS PROJECT NO LONGER WORKS
UTE has deprecated the API that this integration relied on. The only way to make it work again is to do another reverse engineering to the new UTE app.
I already sent a PR to remove it from the HACS repos. When the PR is merged, I'll archive this repository.
![License](https://img.shields.io/github/license/rogsme/ute_homeassistant_integration)
[![hacs_badge](https://img.shields.io/badge/HACS-Official-41BDF5.svg)](https://github.com/rogsme/ute_homeassistant_integration)

View File

@ -7,6 +7,6 @@
"documentation": "https://github.com/rogsme/homeassistant_ute",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/rogsme/homeassistant_ute/issues",
"requirements": ["ute-wrapper==2.2.0"],
"requirements": ["ute-wrapper==2.4.0"],
"version": "1.1.0"
}