rianadon
rianadon
Hi! Would you be able to use the timer as your `entity`? It's possible to edit the `tap_action` to show the popup for your switch when tapping the card, but...
This could be a bug, but I'm pretty sure tap_action should work for mushroom cards since it uses the same logic. If you are using browser mod to trigger the...
Yes I think it should be possible. Does something like ```yaml type: custom:card-templater entities: - binary_sensor.tod card: type: custom:timer-bar-card sync_issues: ignore # Because templates take time to render entities: -...
[Yup (see documentation)](https://github.com/rianadon/timer-bar-card?tab=readme-ov-file#specifying-timers-without-an-entity). This recently got added.
I'm pretty much the only one who answers questions in these issues, except for when multiple people have the same problem and help each other out. So you're stuck with...
It looks as if the card above is spilling into the timer bar. I don't have an old iPad like you do, so this would be pretty difficult for me...
> The time (measured in seconds from 1970, when the timer started (or 0 if there is no timer set) That's going to be a problem. The `seconds` unit only...
> Well, I'm a little relieved that it was not user error. I tried for so long. 😠Ahh I'm sorry. It is tricky that `start_time` and `end_time` support all...
I'll take a look when I have some time. It's odd that no one else has commented yet; I'd expect there to be more activity on this issue for such...
Ah I'm not surprised. I remember last time I updated this card with changes in the mushroom cards, they added some new code to handle layout within the sections layout....