You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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.
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:
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
The text was updated successfully, but these errors were encountered: