add tindal to pom.xml

Signed-off-by: Laurent ARNAL <laurent@clae.net>
This commit is contained in:
Laurent ARNAL 2024-11-29 14:35:53 +01:00
parent 000eee671d
commit a82c99f5a5
2 changed files with 6 additions and 0 deletions

View File

@ -1901,6 +1901,11 @@
<artifactId>org.openhab.binding.tibber</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.tindal</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.tivo</artifactId>

View File

@ -418,6 +418,7 @@
<module>org.openhab.binding.teslapowerwall</module>
<module>org.openhab.binding.teslascope</module>
<module>org.openhab.binding.tibber</module>
<module>org.openhab.binding.tindal</module>
<module>org.openhab.binding.tivo</module>
<module>org.openhab.binding.touchwand</module>
<module>org.openhab.binding.tplinkrouter</module>