This component will set up the following platforms.
Platform | Description |
---|---|
button |
For light groups in MyGekko |
climate |
Thermostats (called roomtemps in MyGekko) |
cover |
Covers (called blinds in MyGekko) |
light |
Lights |
switch |
Switches (called loads in MyGekko) |
water_heater |
Water Heater (called hotwater_systems in MyGekko) |
sensor |
MyGekko energy_cost metrics and alarms_logics are added as sensors |
scene |
MyGekko actions are added as scenes |
{% if not installed %}
- Click install.
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "MyGekko".
{% endif %}
The integration supports access via the MyGekko Query Api (you need a MyGekko Plus subscription) or by connecting to your MyGekko locally.
This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.
Code template was mainly taken from @Ludeeus's integration_blueprint template