Thanks for the code snippet. This always returns the day in English, even though my HA language is a different one. Do you know if this can be adjusted?
Edit:
Just found this code snippet, which does the same thing but is versatile in terms of language:
Tomorrow is {{ ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'][now().weekday()+1] }}