mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-05 09:46:50 +00:00
Add list of services supported by DLNA DMR integration (#21203)
This commit is contained in:
parent
862fdcb90d
commit
03f1af764d
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user