[tasmotaplug] Initial contribution (#15857)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein
2023-11-10 16:51:43 -06:00
committed by GitHub
parent 10d519bd6b
commit ffc127f91c
14 changed files with 584 additions and 0 deletions

View File

@@ -1701,6 +1701,11 @@
<artifactId>org.openhab.binding.tapocontrol</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.tasmotaplug</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.telegram</artifactId>