* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
1.8 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release, redirect_from
| layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release | redirect_from | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| page | Roku | Instructions how to integrate Roku devices into Home Assistant. | 2018-10-17 20:47 | true | false | true | true | roku.png |
|
Local Polling | 0.86 |
|
The Roku integration allows integration of Roku, which will be automatically discovered if you enable the discovery component.
There is currently support for the following device types within Home Assistant:
- Media Player
- Remote
The roku integration can also be forced to load by adding the following lines to your configuration.yaml:
# Example configuration.yaml entry
roku:
- host: IP_ADDRESS
{% configuration %} host: description: Set the IP address of the Roku device. Use only if you don't want to autodiscover devices. required: false type: string {% endconfiguration %}
Services
Service roku_scan
Scans the local network for Rokus. All found devices are presented as a persistent notification.
Remote
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.
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