⚪ Bubble Card - A minimalist card collection for Home Assistant with a nice pop-up touch

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] }}

Source: Weekday and month sensor - #15 by petro

1 Like