Skip to content

Commit 85c25ac

Browse files
committed
Prepare support for HACS
1 parent 4b313c0 commit 85c25ac

6 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Allow to view & control all your zones register on your Airzone Cloud account fr
1313
In your home assistant directory (where you have your **configuration.yaml**) :
1414

1515
- create the directory **custom_components** if not already existing
16-
- copy **airzonecloud** directory from this github repository inside **custom_components**. In case of upgrade, you can delete the **airzonecloud** first then copy the new one.
16+
- copy **custom_components/airzonecloud** directory from this github repository inside your **custom_components**. In case of upgrade, you can delete the **airzonecloud** first then copy the new one.
1717

1818
Finally, you should have the following tree :
1919

File renamed without changes.

airzonecloud/manifest.json renamed to custom_components/airzonecloud/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"domain": "airzonecloud",
33
"name": "Airzone Cloud",
4-
"documentation": "https://www.home-assistant.io/components/airzonecloud",
4+
"documentation": "https://github.com/max13fr/Airzonecloud-HomeAssistant",
5+
"issue_tracker": "https://github.com/max13fr/Airzonecloud-HomeAssistant/issues",
56
"dependencies": [],
67
"after_dependencies": ["http"],
78
"codeowners": ["@max13fr"],

hacs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Airzone Cloud",
3+
"domains": ["climate"]
4+
}

0 commit comments

Comments
 (0)