0.113: Automations & Scripts, and even more performance!

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.

has anything changed that might have caused this? Ive tried it in various languages, but the result is the same.

the template is parsed as it should:

4 Likes