mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
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:
parent
05f2a95bda
commit
e7c4b0825e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user