-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[androidtv] Adds gtvEnabled Option #15317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
...binding.androidtv/src/main/java/org/openhab/binding/androidtv/internal/AndroidTVHandler.java
Outdated
Show resolved
Hide resolved
|
@morph166955 - two things:
|
|
I can absolutely add this to the readme. This is in preparation for adding the Phillips and Sony protocols to the binding which I'm currently working. Philips it's no longer maintained so I'm trying to integrate here both because it makes sense and to support the community going forward. Sony is maintained in a maintenance mode, and really needs to get merged in as well. I don't anticipate or encourage users to disable Google regularly. However, for testing, or to maintain backwards compatibility, the may choose to use that protocol instead. |
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
|
Is there anything else needed on this? |
bundles/org.openhab.binding.androidtv/src/main/resources/OH-INF/thing/thing-types.xml
Show resolved
Hide resolved
|
I'm going to have to rebase. Looks like the i18n got out of sync. |
92ecb11 to
43e60a2
Compare
Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
|
That should resolve the conflict. |
lolodomo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you
* Adds gtvEnabled --------- Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com>
* Adds gtvEnabled --------- Signed-off-by: Ben Rosenblum <rosenblumb@gmail.com> Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
Adds the ability on non-GoogleTV things to disable the GoogleTV protocol stack. This is in preparation for addition of new protocol stacks coming soon.