home-assistant.io/source/_components/remote.roku.markdown
Spencer Oberstadt 350004c3ce Adding documentation for Roku hub and remote (#6944)
* Adding documentation for Roku hub and remote

* revert date change

* Fix year

* PR feedback fixes
2019-01-14 22:26:24 +01:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Roku Remote Instructions on how to integrate Roku into Home Assistant. 2018-10-17 20:0+0000 true false true true roku.png Remote 0.86 Local Polling

The roku remote platform allows you to send remote control buttons to a Roku device. It is automatically set up when a Roku is configured; please see Roku Component page for configuration details.

At the moment, the following buttons are supported:

  • back
  • backspace
  • channel_down
  • channel_up
  • down
  • enter
  • find_remote
  • forward
  • home
  • info
  • input_av1
  • input_hdmi1
  • input_hdmi2
  • input_hdmi3
  • input_hdmi4
  • input_tuner
  • left
  • literal
  • play
  • power
  • replay
  • reverse
  • right
  • search
  • select
  • up
  • volume_down
  • volume_mute
  • volume_up

A typical service call for pressing several buttons looks like this.

service: remote.send_command
data:
  entity_id: remote.roku
  command:
    - left
    - left
    - select