Rename repo

pull/4/head
Andre Basche 1 year ago
parent 9d8b17b2cf
commit 03a1e40b6e

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

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

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

@ -2,4 +2,4 @@
"name": "Haier hOn", "name": "Haier hOn",
"render_readme": true, "render_readme": true,
"homeassistant": "2023.2.0" "homeassistant": "2023.2.0"
} }

Loading…
Cancel
Save