From e7c4b0825ef6c956e6d03938629ba21250a053bc Mon Sep 17 00:00:00 2001 From: stephanfevrier <17869521+stephanfevrier@users.noreply.github.com> Date: Thu, 20 Dec 2018 22:56:16 +0100 Subject: [PATCH] Clarify device description (#7916) I propose to clarify to the upnp-unexperienced user better, that the device description is a xml file that is (as far as I know) often called description.xml. --- source/_components/media_player.dlna_dmr.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/media_player.dlna_dmr.markdown b/source/_components/media_player.dlna_dmr.markdown index 23c692ce04f..605e0028902 100644 --- a/source/_components/media_player.dlna_dmr.markdown +++ b/source/_components/media_player.dlna_dmr.markdown @@ -26,12 +26,12 @@ To add a DLNA DMR device to your installation, add the following to your `config # Example configuration.yaml entry media_player: - platform: dlna_dmr - url: http://192.168.0.10:9197/dmr + url: http://192.168.0.10:9197/description.xml ``` {% configuration %} url: - description: The URL to the device description, e.g., `http://192.168.0.10:9197/dmr`. + description: The URL to the device description .xml file, e.g., `http://192.168.0.10:9197/description.xml`. required: true type: string listen_ip: