Closed macbih closed 5 months ago
Hi @macbih. I like the idea and I hope to implement support it in an upcoming version.
Thanks for your suggestion 👍
This feature has been included in the latest stable release, v1.1.0.
Thanks a lot, Nimrod @nimroddolev! I appreciate your efforts very much!
Checklist
Is your feature request related to a problem? Please describe.
It happens to me occasionally that I miss a notification or have not fully understood it. I would like to be able to repeat the last notification in exactly the same way by using just a simple statement, for example in an automation behind a button.
Describe the solution you'd like
It would be helpful if there was a service that allowed me to repeat the exact last
chime_tts.say
announcement including all parameters, e.g. something likechime_tts.say_repeat
:An additional approach could be to let
chime_tts.say
generate an unique notification ID asresponse_variable
which can be used for repeating the correct notification just in case there are many announcements:Describe alternatives you've considered
It would be possible to (partially) achieve this by using
chime_tts.say_url
as well. But that would require not only to save the URL but also all the other parameters including the target speaker(s) before.Additional context
No response