Rename repo

This commit is contained in:
Andre Basche 2023-03-06 13:41:58 +01:00
parent 9d8b17b2cf
commit 03a1e40b6e
14 changed files with 7 additions and 6 deletions

View file

@ -5,7 +5,7 @@ Home Assistant component supporting hOn cloud.
#### Installing via HACS #### Installing via HACS
1. You need to have installed [HACS](https://hacs.xyz/) 1. You need to have installed [HACS](https://hacs.xyz/)
2. Go to HACS->Integrations 2. Go to HACS->Integrations
3. Add this repo (`https://github.com/Andre0512/haier.git`) into your HACS custom repositories 3. Add this repo (`https://github.com/Andre0512/hon.git`) into your HACS custom repositories
4. Search for Haier hOn and Download it 4. Search for Haier hOn and Download it
5. Restart your HomeAssistant 5. Restart your HomeAssistant
6. Go to Settings->Devices & Services 6. Go to Settings->Devices & Services

View file

@ -1,4 +1,4 @@
DOMAIN = "haier" DOMAIN = "hon"
PLATFORMS = [ PLATFORMS = [
"sensor", "sensor",

View file

@ -1,11 +1,12 @@
{ {
"domain": "haier", "domain": "hon",
"name": "Haier hOn", "name": "Haier hOn",
"codeowners": ["@Andre0512"], "codeowners": ["@Andre0512"],
"config_flow": true, "config_flow": true,
"documentation": "https://github.com/Andre0512/haier/", "documentation": "https://github.com/Andre0512/hon/",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Andre0512/haier/issues", "issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": ["pyhOn==0.2.4"], "requirements": ["pyhOn==0.2.4"],
"version": "0.1.1" "version": "0.1.1"
} }