From 11102d31dfdea478f93ff086bf6b036c30857a0c Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Tue, 6 Nov 2018 08:12:31 +0100 Subject: [PATCH] Update Russound_rio media_player component configuration (#7388) --- .../media_player.russound_rio.markdown | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/source/_components/media_player.russound_rio.markdown b/source/_components/media_player.russound_rio.markdown index 7a63ab7c666..c431cbbec1d 100644 --- a/source/_components/media_player.russound_rio.markdown +++ b/source/_components/media_player.russound_rio.markdown @@ -27,8 +27,18 @@ media_player: name: Russound ``` -Configuration variables: - -- **host** (*Required*): The IP of the TCP gateway -- **port** (*Optional*): The port of the TCP gateway (default: 9621) -- **name** (*Required*): The name of the device +{% configuration %} +host: + description: The IP of the TCP gateway. + required: true + type: string +port: + description: The port of the TCP gateway. + required: false + default: 9621 + type: integer +name: + description: The name of the device. + required: true + type: string +{% endconfiguration %}