Skip to content
//ludeeus.dev
👋 Hello world?
🏠 Home AssistantBlueprint - Pause Playing Media During CallsTemplate - Get all entities from a groupTemplate - Get the user that changed an entityTemplate - List all active domainsTemplate - Share state between two entitiesTemplate - StringsTemplate - Translate strftime weekdayDiscord webhook notifier
🤬 OutletI have an errorMy custom cards don't workDuckDNS is not working
GitHub
Twitter

Translate strftime weekday

{% set days = {
"Mon": "Man",
"Tue": "Tir",
"Wed": "Ons",
"Thu": "Tor",
"Fri": "Fre",
"Sat": "Lør",
"Sun": "Søn",
} %}
{{ days[now().strftime('%a')]}}
Edit this page on GitHub