From 86cce28300f165f5760dcb892b7ac1891f506061 Mon Sep 17 00:00:00 2001 From: Emeric Date: Mon, 15 Oct 2018 23:05:02 +0200 Subject: [PATCH] Update media player Anthem av (#6818) * Update media player Anthem av * port description update --- .../media_player.anthemav.markdown | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/source/_components/media_player.anthemav.markdown b/source/_components/media_player.anthemav.markdown index 9e95937eddf..992edcb42e2 100644 --- a/source/_components/media_player.anthemav.markdown +++ b/source/_components/media_player.anthemav.markdown @@ -35,11 +35,21 @@ media_player: host: IP_ADDRESS ``` -Configuration variables: - -- **host** (*Required*): The host name or the IP address of the device. -- **port** (*Optional*): The port number. Defaults to 14999. -- **name** (*Optional*): The name of the device used in the frontend. +{% configuration %} +host: + description: The host name or the IP address of the device. + required: true + type: string +port: + description: The port number of the device. + required: false + default: 14999 + type: integer +name: + description: The name of the device used in the frontend. + required: false + type: string +{% endconfiguration %} ## Notes and Limitations