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

Roku Integration - Sleep function #109060

Closed
PRProd opened this issue Jan 29, 2024 · 1 comment
Closed

Roku Integration - Sleep function #109060

PRProd opened this issue Jan 29, 2024 · 1 comment
Assignees

Comments

@PRProd
Copy link

PRProd commented Jan 29, 2024

The problem

The keypress Sleep function is a valid Roku external API ability, but the Home Assistant integration does not support it. This command is available for (some?) Roku TV models, but it appears that it may be an undocumented command.

curl -d '' http://192.168.3.202:8060/keypress/Sleep

The curl command posted above is a tested valid command without a valid HA Integration counterpart.


Suggestion:

I've found a couple of additional things recently (#105776, #105827) that could potentially be solved by a service addition for the Rolu Integration. If there was a service that allowed for a path and method to be passed to the device, this would provide the flexibility needed for the undocumented or special feature sets of specific Roku devices.

Examples:

path: keypress/Sleep
method: POST
path: keypress/Lit_H
method: POST

What version of Home Assistant Core has the issue?

core-2024.1.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Roku

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

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

Code owner commands

Code owners of roku can trigger bot actions by commenting:

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

(message by CodeOwnersMention)


roku documentation
roku source
(message by IssueLinks)

@github-actions github-actions bot locked and limited conversation to collaborators Apr 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants