[bluetooth] Add support for RadonEye (BLE) device (#11958)

Signed-off-by: Peter Obel <peter@ecomerc.com>
This commit is contained in:
petero-dk
2023-02-27 18:59:50 +01:00
committed by GitHub
parent 03e3b6aae2
commit e9a1dd5b27
17 changed files with 1011 additions and 0 deletions

View File

@@ -206,6 +206,11 @@
<artifactId>org.openhab.binding.bluetooth.govee</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.bluetooth.radoneye</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.bluetooth.roaming</artifactId>