Martijn van der Pol
Martijn van der Pol
Yes, I think so as well. What kind of speaker is that?
Works fine on mine. Is it a first generation mini?
As the error also occurs when the stop service call is issued from developer tools > services, this is not an issue with the Google Home Resume script, but in...
I will check if the stops are really needed, and remove them if not.
@Kagey-cmd any other _partially broken or deprecated service calls_ I should look into besides `meda_player.media_stop`?
@servernotifiche Here's an example where volume is set https://github.com/TheFes/Google-Home-Resume/blob/main/docs%2Fexamples%2Fexamples_google_home_resume.md
The script was created way before TTS entities were added. Setting volume will probably not work using the `tts.speak` service call and a TTS entity.
HI! Sorry it took so long for me to take action. I've been quite busy with some other stuff I've set up a new branch for a 2024.8 version which...
@mmcramos did you add the `stop_before_action` setting? And if so, did you set it to `true` (like I have in my settings). Please set it to `false` if that's the...
With the automation activated, it will apply the `announce_volume_automation` to everything sent with `announce: true`. So it will apply this to all TTS messages, regardless which integration is used and...