TTS to have multiple target

UPDATED

Thanks to @atomicpapa, separating by comma functionally does exactly what I want it to do.

So at this point all I am asking is please update UI to match with media_player.play_media.

— Original —

Just like Media Player:play media, I am hoping TTS service also make it multiple selectable Target(s) from UI.

already doable

data:
  entity_id:
    - media_player.master_bedroom_speaker
    - media_player.kitchen_speaker
    - media_player.living_room_display
    - media_player.the_dude
    - media_player.girls_mini
  message: >
    Attention!,,,Attention!,,,The National Weather Service has issued a {{
    state_attr('sensor.nws_alerts','spoken_desc').split('\n\n-\n\n')[0] }}
service: tts.cloud_say

Via YAML or UI?

Media Player:play media has clickable items and I can keep clicking and adding more targets, but TTS is dropdown and I can do multiple selection even if I hold control, alt or cmd?

in UI mode, you can list the players separated by commas

1 Like

Ah I didn’t know that. Thank you!!

Well in that situation, I’d only ask may be make the visual as nice as:

Someone will get around to it, I am sure.

1 Like