mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix soundtouch service calls (#69655)
This commit is contained in:
parent
6fd041b290
commit
632d75e009
@ -28,10 +28,10 @@ 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
|
||||||
|
|
||||||
add_zone_slave:
|
add_zone_slave:
|
||||||
name: Add zone slave
|
name: Add zone slave
|
||||||
@ -50,10 +50,10 @@ 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
|
||||||
|
|
||||||
remove_zone_slave:
|
remove_zone_slave:
|
||||||
name: Remove zone slave
|
name: Remove zone slave
|
||||||
@ -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