1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/roon/services.yaml
Greg Dowling cd84595429
Rework roon media player grouping to use media_player base services (#49667)
* Add group/join status attributes to roon player.

* Rework join/unjoin code to use base media_player services.

* Switch join and unjoin to be sync.
2021-04-27 23:55:29 +02:00

10 lines
280 B
YAML

transfer:
description: Transfer playback from one player to another.
fields:
entity_id:
description: id of the source player.
example: "media_player.bedroom"
transfer_id:
description: id of the destination player.
example: "media_player.study"