[ventaair] New VentaAir binding for air humidifiers (#9979)

* [ventaair] New VentaAir binding for air humidifiers

New binding that implements support for air humidifier from Venta Air.

Closes #9922

Signed-off-by: Stefan Triller <github@stefantriller.de>
This commit is contained in:
Stefan Triller
2021-04-10 21:54:28 +02:00
committed by GitHub
parent 95cdc3cb35
commit 08602c04b4
34 changed files with 2028 additions and 0 deletions

View File

@@ -1411,6 +1411,11 @@
<artifactId>org.openhab.binding.venstarthermostat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.ventaair</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.verisure</artifactId>