Compare commits
No commits in common. "master" and "1.3.1" have entirely different histories.
17
.github/workflows/mirror.yml
vendored
17
.github/workflows/mirror.yml
vendored
@ -1,17 +0,0 @@
|
|||||||
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 }}
|
|
@ -1,11 +1,4 @@
|
|||||||
# UTE (Administración Nacional de Usinas y Trasmisiones Eléctricas) for Home Assistant 🇺🇾
|
# 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.
|
|
||||||
|
|
||||||

|

|
||||||
[](https://github.com/rogsme/ute_homeassistant_integration)
|
[](https://github.com/rogsme/ute_homeassistant_integration)
|
||||||
|
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
"documentation": "https://github.com/rogsme/homeassistant_ute",
|
"documentation": "https://github.com/rogsme/homeassistant_ute",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"issue_tracker": "https://github.com/rogsme/homeassistant_ute/issues",
|
"issue_tracker": "https://github.com/rogsme/homeassistant_ute/issues",
|
||||||
"requirements": ["ute-wrapper==2.4.0"],
|
"requirements": ["ute-wrapper==2.2.1"],
|
||||||
"version": "1.1.0"
|
"version": "1.1.0"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user