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.
This commit is contained in:
stephanfevrier 2018-12-20 22:56:16 +01:00 committed by Fabian Affolter
parent 05f2a95bda
commit e7c4b0825e

View File

@ -26,12 +26,12 @@ To add a DLNA DMR device to your installation, add the following to your `config
# Example configuration.yaml entry # Example configuration.yaml entry
media_player: media_player:
- platform: dlna_dmr - platform: dlna_dmr
url: http://192.168.0.10:9197/dmr url: http://192.168.0.10:9197/description.xml
``` ```
{% configuration %} {% configuration %}
url: 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 required: true
type: string type: string
listen_ip: listen_ip: