dlna_dmr: Document ability to browse and play media (#21619)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Michael Chisholm 2022-03-02 06:45:45 +11:00 committed by Franck Nijhof
parent bed3197c80
commit d90fb6a98f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -49,3 +49,11 @@ DLNA devices can support a range of features. Depending on the device itself, th
* `media_player.shuffle_set` * `media_player.shuffle_set`
* `media_player.repeat_set` * `media_player.repeat_set`
* `media_player.select_sound_mode` * `media_player.select_sound_mode`
## Playing media
Most DLNA DMR devices can play media from local HTTP servers. For best results, use HTTP instead of HTTPS, and refer to the server using an IP address instead of a hostname, e.g. `http://192.168.1.1:8080/song.mp3`.
### Media sources
The DLNA Digital Media Renderer integration can browse any configured [Media Source](/integrations/media_source/). Displayed media will be filtered based on the capabilities of the DLNA DMR device.