Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 3.39 KB

info.md

File metadata and controls

73 lines (54 loc) · 3.39 KB

GitHub Release GitHub Activity License

hacs Project Maintenance BuyMeCoffee

Discord Community Forum

dobiss

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 %}

Installation

  1. Click install.
  2. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "dobiss".

{% endif %}

Configuration is done in the UI

Dependencies

This integration will use the pydobiss python library which uses the native Dobiss NXT API.

dobiss_api

Credits

This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.

Code template was mainly taken from @Ludeeus's integration_blueprint template