I have a voice pe and a box s3. The box has become really unreliable as of late and i'm thinking of getting an additional PE. Currently I'm using this automation to have the other pe broadcast the tts to an external speaker but i dont see a way in this if there is more then one pe. Does anyone have a solution?
alias: Play On External Speakers
description: ""
triggers:
- trigger: event
event_type: esphome.tts_ended
conditions: []
actions: - action: media_player.play_media
target:
entity_id: media_player.foyer_speaker
data:
media_content_id: "{{ trigger.event.data.url }}"
media_content_type: music
announce: false
mode: queued
max: 10