Compare commits

..

No commits in common. "master" and "1.2.0" have entirely different histories.

3 changed files with 4 additions and 31 deletions

View File

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

View File

@ -1,14 +1,6 @@
# 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.
![License](https://img.shields.io/github/license/rogsme/ute_homeassistant_integration) ![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) [![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/rogsme/ute_homeassistant_integration)
<p align="center"> <p align="center">
<img src="https://github.com/rogsme/ute_homeassistant_integration/blob/master/icon.png?raw=true" alt="UTE"/> <img src="https://github.com/rogsme/ute_homeassistant_integration/blob/master/icon.png?raw=true" alt="UTE"/>
@ -23,11 +15,9 @@ This is an integration to get UTE power information in HomeAssistant.
# Installation via HACS # Installation via HACS
You need to have [HACS](https://hacs.xyz/) installed. Have [HACS](https://hacs.xyz/) installed, this will allow you to update easily.
<a href="https://my.home-assistant.io/redirect/hacs_repository/?owner=rogsme&repository=ute_homeassistant_integration" target="_blank"><img src="https://my.home-assistant.io/badges/hacs_repository.svg" alt="Open your Home Assistant instance and open a repository inside the Home Assistant Community Store." /></a> * Add `https://github.com/rogsme/ute_homeassistant_integration` as a custom repository of type Integration in HACS.
* Search for `ute` in HACS.
* Click Install on the `UTE Uruguay` integration. * Click Install on the `UTE Uruguay` integration.
* Restart the Home Assistant. * Restart the Home Assistant.

View File

@ -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==1.2.0"],
"version": "1.1.0" "version": "1.1.0"
} }