Google TTS replacing spaces with %20

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?

Known issue with 0.113.2 Rollback to 0.113.1 fixes it.

Or wait for the planned 0.113.3 release that should fix it:

1 Like

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!

Use the home assistant cli, use the command:

ha core update --version=x.y.z
1 Like

Thank you!! That did the trick!