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