mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix soundtouch service calls (#69655)
This commit is contained in:
parent
6fd041b290
commit
632d75e009
@ -28,8 +28,8 @@ create_zone:
|
|||||||
description: Name of slaves entities to add to the new zone.
|
description: Name of slaves entities to add to the new zone.
|
||||||
required: true
|
required: true
|
||||||
selector:
|
selector:
|
||||||
target:
|
|
||||||
entity:
|
entity:
|
||||||
|
multiple: true
|
||||||
integration: soundtouch
|
integration: soundtouch
|
||||||
domain: media_player
|
domain: media_player
|
||||||
|
|
||||||
@ -50,8 +50,8 @@ add_zone_slave:
|
|||||||
description: Name of slaves entities to add to the existing zone.
|
description: Name of slaves entities to add to the existing zone.
|
||||||
required: true
|
required: true
|
||||||
selector:
|
selector:
|
||||||
target:
|
|
||||||
entity:
|
entity:
|
||||||
|
multiple: true
|
||||||
integration: soundtouch
|
integration: soundtouch
|
||||||
domain: media_player
|
domain: media_player
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ remove_zone_slave:
|
|||||||
description: Name of slaves entities to remove from the existing zone.
|
description: Name of slaves entities to remove from the existing zone.
|
||||||
required: true
|
required: true
|
||||||
selector:
|
selector:
|
||||||
target:
|
|
||||||
entity:
|
entity:
|
||||||
|
multiple: true
|
||||||
integration: soundtouch
|
integration: soundtouch
|
||||||
domain: media_player
|
domain: media_player
|
||||||
|
Loading…
x
Reference in New Issue
Block a user