Rename repo
This commit is contained in:
		@@ -5,7 +5,7 @@ Home Assistant component supporting hOn cloud.
 | 
			
		||||
#### Installing via HACS
 | 
			
		||||
1. You need to have installed [HACS](https://hacs.xyz/)
 | 
			
		||||
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
 | 
			
		||||
5. Restart your HomeAssistant
 | 
			
		||||
6. Go to Settings->Devices & Services
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
DOMAIN = "haier"
 | 
			
		||||
DOMAIN = "hon"
 | 
			
		||||
 | 
			
		||||
PLATFORMS = [
 | 
			
		||||
    "sensor",
 | 
			
		||||
@@ -1,11 +1,12 @@
 | 
			
		||||
{
 | 
			
		||||
  "domain": "haier",
 | 
			
		||||
  "domain": "hon",
 | 
			
		||||
  "name": "Haier hOn",
 | 
			
		||||
  "codeowners": ["@Andre0512"],
 | 
			
		||||
  "config_flow": true,
 | 
			
		||||
  "documentation": "https://github.com/Andre0512/haier/",
 | 
			
		||||
  "documentation": "https://github.com/Andre0512/hon/",
 | 
			
		||||
  "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"],
 | 
			
		||||
  "version": "0.1.1"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user