This component will set up the following platforms coming from a dobiss NXT server.
Platform | Description |
---|---|
binary_sensor |
Dobiss contacts - can be open or closed. |
sensor |
Dobiss sensors: temperature and light sensors. |
switch |
Dobiss switches - can be relais outputs, flags, scenario's, etc. |
light |
Dobiss lights - dimmable or not. |
climate |
Dobiss climate control - if you have temperature zone's. |
cover |
Dobiss covers - screens etc. |
{% if not installed %}
- Click install.
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "dobiss".
{% endif %}
This integration will use the pydobiss python library which uses the native Dobiss NXT API.
This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.
Code template was mainly taken from @Ludeeus's integration_blueprint template