Skip to content

Commit 62ecc3c

Browse files
Merge pull request #1 from michal-krasowski-red/main
Fixed HACS structure
2 parents 8973868 + 0254a0c commit 62ecc3c

21 files changed

+14
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is my first integration ever developed for Home Assistant, and although I d
2222
* Displays current zone state (heating or idle)
2323
* Controls and displays zone mode (on or off)
2424

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

2727
## Plans for development
2828
* Support for multiply controllers
@@ -44,13 +44,13 @@ This is my first integration ever developed for Home Assistant, and although I d
4444
**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.
4545
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.
4646

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

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

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

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

5555
## List of reported working TECH Controllers
5656
* L4-WiFi (v.1.0.24)
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.

manifest.json renamed to custom_components/tech/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"dependencies": [],
88
"codeowners": [
99
"@mariusz.ostoja-swierczynski"
10-
]
10+
],
11+
"version": "1.0.0"
1112
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

hacs.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "Tech Controllers",
3+
"country": "PL",
4+
"render_readme": true,
5+
"iot_class": "Local Polling",
6+
"domains": ["climate"]
7+
}

0 commit comments

Comments
 (0)