From 8e429f560b02554d1bf5d0c61b58872b869954fe Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 25 Sep 2023 22:59:31 -0300 Subject: [PATCH] Changed integration name to UTE Uruguay --- README.md | 2 +- custom_components/ute/manifest.json | 2 +- hacs.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76d440e..bf60f98 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/custom_components/ute/manifest.json b/custom_components/ute/manifest.json index 6bf4d7f..6f8f902 100644 --- a/custom_components/ute/manifest.json +++ b/custom_components/ute/manifest.json @@ -1,6 +1,6 @@ { "domain": "ute", - "name": "UTE Electricity", + "name": "UTE Uruguay", "codeowners": ["@rogsme"], "config_flow": false, "dependencies": [], diff --git a/hacs.json b/hacs.json index d4af5a3..9ad5cdf 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "UTE Uruguay integration", + "name": "UTE Uruguay", "render_readme": true, "country": "UY" }