Skip to content

Commit

Permalink
Fixed HACS structure
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkac committed Jun 21, 2021
1 parent 6a742d7 commit d1ce52c
Show file tree
Hide file tree
Showing 21 changed files with 14 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is my first integration ever developed for Home Assistant, and although I d
* Displays current zone state (heating or idle)
* Controls and displays zone mode (on or off)

![Tech Thermostat Cards](/images/ha-tech-1.png)
![Tech Thermostat Cards](/custom_components/tech/images/ha-tech-1.png)

## Plans for development
* Support for multiply controllers
Expand All @@ -44,13 +44,13 @@ This is my first integration ever developed for Home Assistant, and although I d
**Note:** The integration currently supports handling only one controller. If the API returns list of more than one controllers in your household, the only first one will be used.
7. Now you should have Climate entities representing your home zones available in Home Assistant. Go to your UI Lovelace configuration and add Thermostat card with your Climate entities.

![Tech Controllers Setup 1](/images/ha-tech-add-integration-1.png)
![Tech Controllers Setup 1](/custom_components/tech/images/ha-tech-add-integration-1.png)

![Tech Controllers Setup 2](/images/ha-tech-add-integration-2.png)
![Tech Controllers Setup 2](/custom_components/tech/images/ha-tech-add-integration-2.png)

![Tech Controllers Setup 3](/images/ha-tech-add-integration-3.png)
![Tech Controllers Setup 3](/custom_components/tech/images/ha-tech-add-integration-3.png)

![Tech Controllers Setup 4](/images/ha-tech-2.png)
![Tech Controllers Setup 4](/custom_components/tech/images/ha-tech-2.png)

## List of reported working TECH Controllers
* L4-WiFi (v.1.0.24)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 2 additions & 1 deletion manifest.json → custom_components/tech/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"dependencies": [],
"codeowners": [
"@mariusz.ostoja-swierczynski"
]
],
"version": "1.0.0"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Tech Controllers",
"country": "PL",
"render_readme": true,
"iot_class": "Local Polling",
"domains": ["climate"]
}

0 comments on commit d1ce52c

Please sign in to comment.