atomicpapa
(Glenn Morrison)
July 31, 2020, 5:55pm
1
Everything was working fine until yesterday.
Yesterday afternoon Google started replacing spaces in all announcements with saying “%20”. Every single announcement. No changes were made that I am aware of. What could cause it to change out every announcement this way?
tom_l
July 31, 2020, 5:58pm
2
Known issue with 0.113.2 Rollback to 0.113.1 fixes it.
after updating to 113.2 just now, the first thing I hear is quite disheartening. the template that has been working for ages all of a sudden makes the tts speak %20 on each space in:
- service: script.intercom_message
data_template:
message_en: >
Good {{states('sensor.part_of_day')}}, Home-assistant Rpi4 is back up and running since
{{as_timestamp(now())|timestamp_custom('%d %b %X')}} and it is
{{states('sensor.temp_current')}} degrees…
Or wait for the planned 0.113.3 release that should fix it:
opened 10:47PM - 28 Jul 20 UTC
closed 08:06PM - 31 Jul 20 UTC
in progress
integration: google_translate
## The problem
I'm trying to use Google Translate TTS in it's default configura… tion. It does work, but for some reason it pronounces messages like if they are urlencoded. For example, "Hello world!" is pronounced as "Hello percent twenty world" (which is "hello%20world" i believe)
## Environment
- Home Assistant Core release with the issue: 0.113.2
- Last working Home Assistant Core release (if known): unknown
- Operating environment (OS/Container/Supervised/Core): hassio
- Integration causing this issue: google_translate
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/google_translate/
## Problem-relevant `configuration.yaml`
```yaml
tts:
- platform: google_translate
```
## Additional information
![image](https://user-images.githubusercontent.com/3438036/88729783-59525680-d13d-11ea-95a4-36c4d54e54df.png)
Here's the rendered audio:
[d3486ae9136e7856bc42212385ea797094475802_en_-_google_translate.zip](https://github.com/home-assistant/core/files/4991538/d3486ae9136e7856bc42212385ea797094475802_en_-_google_translate.zip)
1 Like
atomicpapa
(Glenn Morrison)
July 31, 2020, 6:24pm
3
I am running hassos in a proxmox vm. How does one go about rolling back? The only info I found involved typing (c&p)
document.querySelector('home-assistant').hass.callApi('post', 'hassio/homeassistant/update', {version: '0.113.1'})
into a console window in Chrome and that only gave me an error
Uncaught TypeError: Cannot read property 'hass' of null
at <anonymous>:1:41
Any help is greatly appreciated!
tom_l
July 31, 2020, 6:37pm
4
Use the home assistant cli, use the command:
ha core update --version=x.y.z
1 Like
atomicpapa
(Glenn Morrison)
July 31, 2020, 7:11pm
5
Thank you!! That did the trick!