mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix soundtouch service calls (#69655)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user