mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +00:00

* Adding documentation for Roku hub and remote * revert date change * Fix year * PR feedback fixes
1.0 KiB
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