@@ -29,17 +29,22 @@ and community reported controllers.
2929- Provides Climate entities representing zones
3030 - and their corresponding Temperature, Battery, Humidity sensors, Window sensors when available
3131- Climate entities display data through Thermostat card
32+ - Limited support for Menu handling (thanks [ lhruska] ( https://github.com/lhruska ) !)
3233- Provides sensors for eModul 'tiles'
3334- Automatic naming and translations of tiles from eModul API
3435- Supporting languages which are supported by eModul API
3536
3637** This integration will set up the following platforms.**
3738
38- Platform | Description
39- -- | --
40- ` binary_sensor ` | Show info and status from Tech API.
41- ` sensor ` | Show info and status from Tech API.
42- ` climate ` | Thermostats.
39+ | Platform | Description |
40+ | --------------- | ----------------------------------- |
41+ | ` binary_sensor ` | Show info and status from Tech API. |
42+ | ` sensor ` | Show info and status from Tech API. |
43+ | ` climate ` | Thermostats. |
44+ | ` button ` | Button for dialogue menu items. |
45+ | ` switch ` | Switch for menu parameters. |
46+ | ` number ` | Number for menu parameters. |
47+ | ` select ` | Select for menu parameters. |
4348
4449![ Tech Thermostat Cards] ( ./images/ha-tech-1.png )
4550
@@ -56,16 +61,16 @@ Platform | Description
56611 . Unzip into ` custom_components/ ` directory (folder), if directory doesnt exist, create it.
57621 . Restart Home Assistant
58631 . In the HA UI go to ` Configuration ` -> ` Integrations ` click ` + ` and search for ` Tech Controllers `
59- ![ Tech Controllers Setup 1] ( ./images/ha-tech-add-integration-1.png )
64+ ![ Tech Controllers Setup 1] ( ./images/ha-tech-add-integration-1.png )
60651 . Enter your username (could be email) and password for your eModule account and click "Submit" button.
61- ![ Tech Controllers Setup 2] ( ./images/ha-tech-add-integration-2.png )
66+ ![ Tech Controllers Setup 2] ( ./images/ha-tech-add-integration-2.png )
62671 . In the next step select the controllers you want to import/integrate
63- ![ Tech Controllers Setup 3] ( ./images/ha-tech-add-integration-3.png )
68+ ![ Tech Controllers Setup 3] ( ./images/ha-tech-add-integration-3.png )
64691 . You should see "Success!" dialog with the name of the imported controller(s).
65- ![ Tech Controllers Setup 3] ( ./images/ha-tech-add-integration-4.png )
70+ ![ Tech Controllers Setup 3] ( ./images/ha-tech-add-integration-4.png )
6671
67721 . Now you should have controllers and entities representing your home zones available in Home Assistant. Go to your UI Lovelace configuration and add Thermostat card with your Climate entities.
68- ![ Tech Controllers Setup 4] ( ./images/ha-tech-2.png )
73+ ![ Tech Controllers Setup 4] ( ./images/ha-tech-2.png )
6974
7075## :rocket : List of reported working TECH Controllers
7176
@@ -98,9 +103,9 @@ The integration is in no way supported or endorsed by TECH Sterowniki sp. z o.o.
98103
99104## 📝 Copyright & License
100105
101- Copyright (c) 2024 , Released under the [ MIT] ( LICENSE ) license.
106+ Copyright (c) 2026 , Released under the [ MIT] ( LICENSE ) license.
102107
103- ***
108+ ---
104109
105110[ commits-shield ] : https://img.shields.io/github/commit-activity/y/custom-components/blueprint.svg?style=for-the-badge
106111[ commits ] : https://github.com/mariusz-ostoja-swierczynski/tech-controllers/commits/main
0 commit comments