diff --git a/source/_components/media_player.roku.markdown b/source/_components/media_player.roku.markdown index c7771e0f406..d301898db11 100644 --- a/source/_components/media_player.roku.markdown +++ b/source/_components/media_player.roku.markdown @@ -23,6 +23,9 @@ media_player: - platform: roku ``` -Configuration variables: - -- **host** (*Optional*): Use only if you don't want to scan for devices. +{% configuration %} +host: + 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 %}