Update emulated_roku.markdown (#8386)

This commit is contained in:
Dustin Rue 2019-02-02 10:43:48 -06:00 committed by Klaas Schoute
parent 13397c3fef
commit fba0bc3cc8

View File

@ -14,7 +14,7 @@ ha_iot_class: "Local Push"
--- ---
This component integrates an emulated Roku API into Home Assistant, This component integrates an emulated Roku API into Home Assistant,
so remotes such as Harmony and Android apps can connect to it through WiFi as it were a Roku player. so remotes such as Harmony and Android apps can connect to it through WiFi as if it were a Roku player.
Home Assistant will see key presses and app launches as Events, which you can use as triggers for automations. Home Assistant will see key presses and app launches as Events, which you can use as triggers for automations.
Multiple Roku servers may be started if you run out of buttons by specifying multiple server entries. Multiple Roku servers may be started if you run out of buttons by specifying multiple server entries.
@ -25,7 +25,7 @@ Windows is not supported because Home Assistant uses `ProactorEventLoop` which d
<p class='note warning'> <p class='note warning'>
This component opens an unauthenticated API on the host, allowing anything on the local network to access This component opens an unauthenticated API on the host, allowing anything on the local network to access
your Home Assistant instance through the automations you create with emulated Roku as the trigger. your Home Assistant instance through the automations you create with emulated Roku as the trigger.
Using a proxy with whitelist for IP addresses is recommended. (set `advertise_ip` to the proxy's ip or DNS name) Using a proxy with whitelisted IP addresses is recommended. (set `advertise_ip` to the proxy's ip or DNS name)
</p> </p>
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}