From 7b3fd157899743ae7a184e124184433f75068493 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 29 Oct 2018 22:51:19 +0100 Subject: [PATCH] Update Russound_rnet media_player component configuration (#7242) --- .../media_player.russound_rnet.markdown | 29 ++++++++++++++----- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/source/_components/media_player.russound_rnet.markdown b/source/_components/media_player.russound_rnet.markdown index 9dd90d45d79..bd5a7ff68c0 100644 --- a/source/_components/media_player.russound_rnet.markdown +++ b/source/_components/media_player.russound_rnet.markdown @@ -46,10 +46,25 @@ media_player: - name: Sky+ ``` -Configuration variables: - -- **host** (*Required*): The IP of the TCP gateway -- **port** (*Required*): The port of the TCP gateway -- **name** (*Required*): The name of the device -- **zones** (*Required*): This is the list of zones available -- **sources** (*Required*): The list of sources available, these must be in order as they are connected to the device +{% configuration %} +host: + description: The IP of the TCP gateway. + required: true + type: string +port: + description: The port of the TCP gateway. + required: true + type: integer +name: + description: The name of the device. + required: true + type: string +zones: + description: This is the list of zones available. + required: true + type: integer +sources: + description: The list of sources available, these must be in order as they are connected to the device. + required: true + type: list +{% endconfiguration %}