From 632d75e009a671537acf1d64726cf124fae2510c Mon Sep 17 00:00:00 2001 From: KNXBroker Date: Sat, 9 Apr 2022 08:04:11 +0200 Subject: [PATCH] Fix soundtouch service calls (#69655) --- .../components/soundtouch/services.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/homeassistant/components/soundtouch/services.yaml b/homeassistant/components/soundtouch/services.yaml index 0de37c6daa2..8d255e5f069 100644 --- a/homeassistant/components/soundtouch/services.yaml +++ b/homeassistant/components/soundtouch/services.yaml @@ -28,10 +28,10 @@ create_zone: description: Name of slaves entities to add to the new zone. required: true selector: - target: - entity: - integration: soundtouch - domain: media_player + entity: + multiple: true + integration: soundtouch + domain: media_player 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. required: true selector: - target: - entity: - integration: soundtouch - domain: media_player + entity: + multiple: true + integration: soundtouch + domain: media_player 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. required: true selector: - target: - entity: - integration: soundtouch - domain: media_player + entity: + multiple: true + integration: soundtouch + domain: media_player