I created a little custom card with a flip clock, as I use the Lenovo Thinksmart View 8 as smart clock in our living room.
The clock is the “screensaver” and a click reveals the HA dashboard.
Might also work well for wall mounted tablets, or if you’re just in the need of a clock on your dashboard.
As this is my first custom card and a very early version, configuration is YAML only at the moment (hope to add GUI configuration later).
The card uses the wonderful PQINA flip web component which can be found here:
If you like it, buy the original creator (NOT ME) a coffee and send a few nice greetings from the HA community:
you mean as a count-down flip card, that could be used to display running timers of HA on a dashboard?
That isn’t possible right now, but adding a timer mode is a nice idea.
I’m currently a little bit busy with other things, but will add it when I find some spare time.
Which card did you use to design the clock? I realy like the minimalistic design with the red colored day and the temperature on top. Would you mind sharing the Yaml-code??
Danke
Be warned, I used Bubble Card seperators here, as they have a field to easily enter custom styles.
But I needed a lot more extra CSS than I thought, so this isn’t a really clean solution (but I was too lazy to rework it so far).
So it might be a better idea to use Markdown Card or something like that for the texts …
That’s the current look, I just added high/low temps compared to the old photo:
edit:
Ah I see I used a helper in the config.
It’s just a daytime sensor helper in HA, that activates on 0:00 and deactivates on 0:01.
Wasn’t sure if the date would be updated automatically on a day change otherwise …
This looks such an awesome card but when I try and download via HACS Custom repositories I get this error / sorry I don’t know what this means or what to do to fix it
The version cf361fc for this plugin can not be used with HACS.
I tried on a fresh HA instance and was able to install it without problems.
Also searched for similar problems and found some topics suggesting that restarting HA might help, while it didn’t solve it for others.
Not sure if this is a HACS but or if it has to do something with the release.
But there isn’t much you have to do for integration into HACS. They just pull the released versions from Github …
It’s a good question where it’s coming from, as this isn’t in my CSS styles.
I guess the pqina flip component is adding this to it’s slotted host to give it some “space” around.
Hi there, thanks so much for this beautiful card — it looks great!
I was wondering if it might be possible to add support for the countdown/count-up functionality from the Flip library? I think it could add some really fun and useful use cases.
For example, something like:
var counter = Tick.count.down(entity);
Would love to hear your thoughts on this — and thanks again for your work!
Hi, I am using your card on my dashboard, showing hours and minutes. Is it possible to split tap action to left and right side, so that if I tap hours one action would run and if I tap minutes, another action would run