2025.4 Time to continue the dashboards!

+1!

For now I’m using markdown + cardmod:

type: markdown
content: "{{ as_timestamp(now()) | timestamp_custom(\"%d-%m-%y %H:%M\") }}"
text_only: true
card_mod:
  style: |
    ha-card {
      text-align: center;
      font-size: 45px;
    }
    ha-markdown {
      margin: 13px 0px 13px 0px;
    }
2 Likes