Update Roku media player component configuration (#6915)

* Update Roku media player component configuration

* Minor changes
This commit is contained in:
Klaas Schoute 2018-10-17 23:34:04 +02:00 committed by Fabian Affolter
parent acdb52fb8d
commit 225844ffe9

View File

@ -23,6 +23,9 @@ media_player:
- platform: roku - platform: roku
``` ```
Configuration variables: {% configuration %}
host:
- **host** (*Optional*): Use only if you don't want to scan for devices. description: The IP address or the hostname of the device. Use only if you don't want to scan for devices.
required: false
type: string
{% endconfiguration %}