Skip to content

Commit

Permalink
Prepare support for HACS
Browse files Browse the repository at this point in the history
  • Loading branch information
max13fr committed Oct 31, 2020
1 parent 4b313c0 commit 85c25ac
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Allow to view & control all your zones register on your Airzone Cloud account fr
In your home assistant directory (where you have your **configuration.yaml**) :

- create the directory **custom_components** if not already existing
- 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.
- 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.

Finally, you should have the following tree :

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"domain": "airzonecloud",
"name": "Airzone Cloud",
"documentation": "https://www.home-assistant.io/components/airzonecloud",
"documentation": "https://github.com/max13fr/Airzonecloud-HomeAssistant",
"issue_tracker": "https://github.com/max13fr/Airzonecloud-HomeAssistant/issues",
"dependencies": [],
"after_dependencies": ["http"],
"codeowners": ["@max13fr"],
Expand Down
4 changes: 4 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Airzone Cloud",
"domains": ["climate"]
}

0 comments on commit 85c25ac

Please sign in to comment.