Add list of services supported by DLNA DMR integration (#21203)

This commit is contained in:
Michael Chisholm 2022-01-20 00:39:20 +11:00 committed by GitHub
parent 862fdcb90d
commit 03f1af764d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,3 +33,19 @@ Event listener callback URL:
Poll for device availability:
description: "Periodically try to connect to the DLNA device, even if it is unavailable. Enable this if SSDP advertisements sent by the device are not received by Home Assistant, e.g. when IP multicast is broken on your network."
{% endconfiguration_basic %}
## Services
DLNA devices can support a range of features. Depending on the device itself, the following [media_player](/integrations/media_player/#services) services may be supported:
* `media_player.volume_up`, `media_player.volume_down`, and `media_player.volume_set`
* `media_player.volume_mute`
* `media_player.media_play`
* `media_player.media_pause` and `media_player.media_play_pause`
* `media_player.media_stop`
* `media_player.media_next_track`
* `media_player.media_previous_track`
* `media_player.play_media`
* `media_player.shuffle_set`
* `media_player.repeat_set`
* `media_player.select_sound_mode`