From f04ea9fd7c46255d08eb64a31ff37116947c8f3b Mon Sep 17 00:00:00 2001 From: Emeric Date: Tue, 16 Oct 2018 19:28:19 +0200 Subject: [PATCH] Update media player Channels (#6856) * Update media player Channels * Minor change --- .../media_player.channels.markdown | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/source/_components/media_player.channels.markdown b/source/_components/media_player.channels.markdown index 12138976e26..98d7f60b9a8 100644 --- a/source/_components/media_player.channels.markdown +++ b/source/_components/media_player.channels.markdown @@ -28,11 +28,22 @@ media_player: host: 192.168.1.50 ``` -Configuration variables: - -- **host** (*Required*): The IP of the device running Channels, e.g., 192.168.1.50 -- **port** (*Optional*): The port where Channels is accessible, defaults to 57000. -- **name** (*Optional*): The name of the Channels instance in Home Assistant, eg. Family Room Channels. Defaults to Channels. +{% configuration %} +host: + description: The IP address of the device running Channels, e.g., 192.168.1.50. + required: true + type: string +port: + description: The port where Channels is accessible. + required: false + default: 57000 + type: integer +name: + description: The name of the Channels instance in Home Assistant, e.g., Family Room Channels. + required: false + default: Channels + type: string +{% endconfiguration %} ### {% linkable_title Service `channels_seek_forward` %}