#Hi I have a esp32 as voice assist and it

1 messages · Page 1 of 1 (latest)

chilly rock
#

on_tts_start: # this is required to play the output on a media player
- homeassistant.service:
service: tts.speak
data:
entity_id: tts.piper_2 #replace this with your piper tts id.
media_player_entity_id: media_player.raspiaudio_muse_luxe_a7396c_raspiaudio_muse_luxe_a7396c #, media_player.esp32_speaker_cf5e80_esp32_speaker_cf5e80 #replace this with your media player entity id
message: !lambda 'return x;'

wanton grotto
#

Uhm... what? Are you using a Muse Luxe? Where did you get the idea to call a HA service?

chilly rock
#

github

#

not a muse luxe just the same code for a esp32

wanton grotto
#

on_tts_end