Clock#
Using a simple markdown card. I started with something like this, but did not
think to use good old <center>
as [1] did. Kudos!
type: markdown
content: |-
<center>
<h1>{{ now().strftime('%H:%M') }}</h1>
<h2>{{ now().strftime('%Y-%m-%d') }}</h2>
</center>
Links#
the idea of using a markdown card https://community.home-assistant.io/t/simple-lovelace-date-card/412685
https://community.home-assistant.io/t/dashboard-card-for-time-and-date/507169
Look at all that code for a simple clock! wassy92x/lovelace-digital-clock … nah..