mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[yioremote] added missing entries in bom and CODEOWNERS (#8544)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
12bef45ff8
commit
af84a0b4c7
@ -263,6 +263,7 @@
|
|||||||
/bundles/org.openhab.binding.xmppclient/ @pavel-gololobov
|
/bundles/org.openhab.binding.xmppclient/ @pavel-gololobov
|
||||||
/bundles/org.openhab.binding.yamahareceiver/ @davidgraeff @zarusz
|
/bundles/org.openhab.binding.yamahareceiver/ @davidgraeff @zarusz
|
||||||
/bundles/org.openhab.binding.yeelight/ @claell
|
/bundles/org.openhab.binding.yeelight/ @claell
|
||||||
|
/bundles/org.openhab.binding.yioremote/ @miloit
|
||||||
/bundles/org.openhab.binding.zoneminder/ @Mr-Eskildsen
|
/bundles/org.openhab.binding.zoneminder/ @Mr-Eskildsen
|
||||||
/bundles/org.openhab.binding.zway/ @pathec
|
/bundles/org.openhab.binding.zway/ @pathec
|
||||||
/bundles/org.openhab.io.homekit/ @beowulfe @yfre
|
/bundles/org.openhab.io.homekit/ @beowulfe @yfre
|
||||||
|
@ -1321,6 +1321,11 @@
|
|||||||
<artifactId>org.openhab.binding.yeelight</artifactId>
|
<artifactId>org.openhab.binding.yeelight</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.openhab.addons.bundles</groupId>
|
||||||
|
<artifactId>org.openhab.binding.yioremote</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openhab.addons.bundles</groupId>
|
<groupId>org.openhab.addons.bundles</groupId>
|
||||||
<artifactId>org.openhab.binding.zoneminder</artifactId>
|
<artifactId>org.openhab.binding.zoneminder</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user