Changed integration name to UTE Uruguay

This commit is contained in:
Roger Gonzalez 2023-09-25 22:59:31 -03:00
parent e50b14c00d
commit 8e429f560b
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ This is an integration to get UTE power information in HomeAssistant.
Have [HACS](https://hacs.xyz/) installed, this will allow you to update easily.
* Add `https://github.com/rogsme/ute_homeassistant_integration` as a custom repository of type Integration in HACS.
* Click Install on the `UTE` integration.
* Click Install on the `UTE Uruguay` integration.
* Restart the Home Assistant.
## Configuration

View File

@ -1,6 +1,6 @@
{
"domain": "ute",
"name": "UTE Electricity",
"name": "UTE Uruguay",
"codeowners": ["@rogsme"],
"config_flow": false,
"dependencies": [],

View File

@ -1,5 +1,5 @@
{
"name": "UTE Uruguay integration",
"name": "UTE Uruguay",
"render_readme": true,
"country": "UY"
}