Skip to content
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

WebOS TV documentation: Mention how to open input selector #32735

Open
dwillbarron opened this issue May 14, 2024 · 1 comment
Open

WebOS TV documentation: Mention how to open input selector #32735

dwillbarron opened this issue May 14, 2024 · 1 comment
Assignees

Comments

@dwillbarron
Copy link

Feedback

Hi! I'm here to pitch in some obscure info that might save a few people some pain:

https://www.home-assistant.io/integrations/webostv/

If you read the docs, you'll notice there's no equivalent of an input/source button listed for the webostv.button service. That's not a mistake--after a fair amount of digging, it looks like there's no "INPUT" button (I tried many variants of input, source, picker...).

For people that really want that button, it turns out there's an endpoint that directly opens the same menu. You can open the input sidebar menu with the following command:

# Tested on WebOS 05.50.15
service: webostv.command
  target:
    entity_id: media_player.living_room_tv
  data:
    command: com.webos.surfacemanager/showInputPicker

This info was really hard to find, which is why I figured I'd share it in the hope that someone can find a home for it within the docs here. I only found it after many failed searches because of a passing mention in a 2015 Github issue on a completely different project: ConnectSDK/Connect-SDK-iOS#131

P.S.
I'm aware that it's possible to change inputs directly via home assistant, skipping the TV's menu entirely--but I'm far too stubborn to accept defeat when there's a button missing from a thing.

URL

https://www.home-assistant.io/integrations/webostv/

Version

2024.5.3

Additional information

No response

@home-assistant
Copy link

Hey there @thecode, mind taking a look at this feedback as it has been labeled with an integration (webostv) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of webostv can trigger bot actions by commenting:

  • @home-assistant close Closes the feedback.
  • @home-assistant rename Awesome new title Renames the feedback.
  • @home-assistant reopen Reopen the feedback.
  • @home-assistant unassign webostv Removes the current integration label and assignees on the feedback, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information) to the feedback.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information) on the feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants