mirror of
https://github.com/home-assistant/core.git
synced 2025-06-05 13:47:06 +00:00
Add missing requirements and target to sonos services (#50552)
This commit is contained in:
parent
c220e70008
commit
77e6fc6f93
@ -6,6 +6,7 @@ join:
|
||||
name: Master
|
||||
description:
|
||||
Entity ID of the player that should become the coordinator of the group.
|
||||
required: true
|
||||
example: "media_player.living_room_sonos"
|
||||
selector:
|
||||
entity:
|
||||
@ -14,6 +15,7 @@ join:
|
||||
entity_id:
|
||||
name: Entity
|
||||
description: Name of entity that will join the master.
|
||||
required: true
|
||||
example: "media_player.living_room_sonos"
|
||||
selector:
|
||||
entity:
|
||||
@ -23,15 +25,10 @@ join:
|
||||
unjoin:
|
||||
name: Unjoin group
|
||||
description: Unjoin the player from a group.
|
||||
fields:
|
||||
entity_id:
|
||||
name: Entity
|
||||
description: Name of entity that will be unjoined from their group.
|
||||
example: "media_player.living_room_sonos"
|
||||
selector:
|
||||
entity:
|
||||
integration: sonos
|
||||
domain: media_player
|
||||
target:
|
||||
entity:
|
||||
integration: sonos
|
||||
domain: media_player
|
||||
|
||||
snapshot:
|
||||
name: Snapshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user