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: