2019-07-19 19:43:44 +00:00
|
|
|
join:
|
|
|
|
description: Group players together.
|
|
|
|
fields:
|
|
|
|
master:
|
|
|
|
description: Entity ID of the player to synchronize to.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.living_room"
|
2019-07-19 19:43:44 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity ID of the players to join to the "master".
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.bedroom"
|
2019-07-19 19:43:44 +00:00
|
|
|
|
|
|
|
unjoin:
|
|
|
|
description: Unjoin the player from a group.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Entity ID of the player to unjoin.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.living_room"
|
2019-07-19 19:43:44 +00:00
|
|
|
|
|
|
|
snapshot:
|
|
|
|
description: Take a snapshot of the media player.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities that will be snapshotted. Platform dependent.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.living_room"
|
2019-07-19 19:43:44 +00:00
|
|
|
|
|
|
|
restore:
|
|
|
|
description: Restore a snapshot of the media player.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities that will be restored. Platform dependent.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.living_room"
|
2020-04-14 18:22:01 +00:00
|
|
|
|
|
|
|
set_latency:
|
|
|
|
description: Set client set_latency
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of entities that will have adjusted latency
|
|
|
|
latency:
|
|
|
|
description: Latency in master
|
|
|
|
example: 14
|