mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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
|
# 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user