-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TTS (google) pronouncing date incorrectly #40925
Comments
dear dev team, has anyone seen this? I've noticed a few other TTS PR's getting merged but they don't seem related? Also letting you know this still happens on 155.6 |
Your issue is 4 days old. Have some patience. |
sure! It's not that our lives depend on it, I'll hold ;-) |
only updating this is still the case in 116, and confirm the recent updates to Tts mentioned earlier didn't relate to this issue. update and on 116.2, just for reference. |
Works fine here, both with By the way, this is not something HA can fix, as the processing is done at Google side. You just upload the text/string, and Google passes back an audio file. So, if it isn't working as expected then try modifying the string you launch towards google (like I did in the example above with changing %b to %B) |
yes, had done as you said, changed the string to get what I want (mainly the %d to %-d and %b to %B), bur reverting to the original string do get a lot of closing if that is concluded to be the case @frenck? |
not sure, I opened that #42255 but haven't seen it for some time now,. Still, great it has been recognized and mitigated indeed. |
Oh, it was already picked up for 0.117.6 - you can try that (being released right now) |
The logic of the Google Translate integration has changed for the next release (0.119 / 1.0.0, scheduled 13 Dec). Please keep an eye on that release an report back if the issue still arises. See #43863 |
ok, will do. keep this one open until then? or close and create a new issue if and when. |
I'd keep it open until you verified if it is solved. That being said - you are running it already as |
ok, let me run it for a full day and see what happens. For now it is speaking perfectly, even auto skips the leading zero again if I use
Also output in English is back to 'the 3d of december', so all is well for now again! German does still pronounce the leading zero, as does French and Italian ;-) might be local custom though, I am not sure of that of course. |
so this is still an issue, but in a different sort of way. Dutch sentences use the dutch words for Uren, minutes and seconden, but the Month and Day names are still in English.... Or again, I am not really sure tbh. Ive created a dedicated issue for that: #47220 since I believed this thread to have been closed. sorry for that. |
Then please close this one. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
TTS started acting up again, on pronouncing date/time templates. Instead of saying the date, it starts 'spelling' the numbers and month name like "nul one O C T" instead of the desired 1 oktober (in dutch)
Environment
Problem-relevant
configuration.yaml
{{as_timestamp(now())|timestamp_custom('%d %b %X')}}
Traceback/Error logs
Additional information
templates show fine in the developer editor, and in template sensors in the front end.
Odd thing is, even when adding the%-d
to have it read 1 October instead of 01 October, it still pronounces the 'nul', inNM the last remark, forgot I had to reload scripts, and not templates. sorry. the original issue stands.
The text was updated successfully, but these errors were encountered: