mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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.
|
||||
required: true
|
||||
selector:
|
||||
target:
|
||||
entity:
|
||||
multiple: true
|
||||
integration: soundtouch
|
||||
domain: media_player
|
||||
|
||||
@ -50,8 +50,8 @@ add_zone_slave:
|
||||
description: Name of slaves entities to add to the existing zone.
|
||||
required: true
|
||||
selector:
|
||||
target:
|
||||
entity:
|
||||
multiple: true
|
||||
integration: soundtouch
|
||||
domain: media_player
|
||||
|
||||
@ -72,7 +72,7 @@ remove_zone_slave:
|
||||
description: Name of slaves entities to remove from the existing zone.
|
||||
required: true
|
||||
selector:
|
||||
target:
|
||||
entity:
|
||||
multiple: true
|
||||
integration: soundtouch
|
||||
domain: media_player
|
||||
|
Loading…
x
Reference in New Issue
Block a user