I’m setting up a morning wakup routine using home assistant to manage the heating and lighting, and to provide a verbal wakeup message after the initial alarm.
I’m using Piper to provide the verbal part.
I use the code below to speak the time, and to say what the temperature is like inside and outside. The code is WIP right now.
It's {{ now().strftime('%H:%M') }} on {{ now().strftime('%A') }}.
The temperature is {{ state_attr('weather.forecast_home', 'temperature') }} degrees outside
and {{ states('sensor.TH25') | round(1) }} degrees inside. Time to wake up.
My problem is that when Piper says that last sentence “Time to Wake up” is pushed out at a much higher speed than the rest, and it gets faster and louder until it’s virtually shouting that last part, it seems to happen on some voices, but not other…
For example, it’s really bad on hu_HU-imre-medium and but barable on hu_HU-Anna-medium abd hu_HU-berta-medium
Is this just a problem with the voice source files, or something in the settings?