[yioremote] added missing entries in bom and CODEOWNERS (#8544)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2020-09-23 21:49:30 +02:00 committed by GitHub
parent 12bef45ff8
commit af84a0b4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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>