[roku] binding - initial implementation (#9571)

* Roku binding - initial implementation
* update channel names to camelCase
* review changes
* spelling
* update README.md

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein
2021-01-18 14:57:42 -06:00
committed by GitHub
parent 05c16b0395
commit 08833c7c79
23 changed files with 2659 additions and 0 deletions

View File

@@ -1071,6 +1071,11 @@
<artifactId>org.openhab.binding.robonect</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.roku</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.rotel</artifactId>