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

LG webOS Keyboard Support #161

Open
Nerwyn opened this issue Nov 19, 2024 · 0 comments
Open

LG webOS Keyboard Support #161

Nerwyn opened this issue Nov 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Nerwyn
Copy link
Owner

Nerwyn commented Nov 19, 2024

Is your feature request related to a problem? Please describe.
There may be a way to add keyboard support to the LG webOS platform.

Describe the solution you'd like
Sending text:

action: perform-action
perform_action: webostv.command
data:
  command: com.webos.service.ime/insertText
  payload:
    text: text
    replace: true # disable force cursor to end like Kodi
target:
  entity_id: media_player.lg_webos_smart_tv

Enter:

action: perform-action
perform_action: webostv.command
data:
  command: com.webos.service.ime/sendEnterKey
target:
  entity_id: media_player.lg_webos_smart_tv

Describe alternatives you've considered
NA

Additional context
I should also consider adding some more webOS default keys using the list provided in the integration docs.

Is there a way to add global search using this?

I don't have a webOS TV, I'll need testers!

@Nerwyn Nerwyn added the enhancement New feature or request label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant