I’m trying to get the “scheduled for xx” like you have in your Open sprinkler example, but with the Irrigation unlimited integration.
I would like to show “Next run at: xx” when the zone or sequence is idle/off.
the irrigation unlimited entity has an attribute called ‘next_start’ i should be able to use. But i have no idea how…
Hi, I can’t get the bar to show. I have a washing machine that displays the time left in minutes . Tried with this code but no bar. I tried converting the minutes to hours, minutes, seconds with a template sensor but no luck. Any help will be appreciated.
Has anyone used this card to display/countdown items in a ToDo list? I’d like to use the card to display remaining time until various recurring (home maintenance) tasks are due. The due dates are not available directly as sensors or attributes but require calling the todo.get_items service and then parsing the results, so I’m thinking this might be possible in conjunction with the auto-entities card…?
If it were me, I’d do something like this with template sensors. They’re made for this use case.
As you would use template sensors, it’s up to you, how you set these up, but if they have a due date in some form, these could be used as the state in the template sensors. And would then be usable eg. with this card.
EDIT: forgot, the template sensors would be usable not only with this card, you can use whatever you like. Eg. a mushroom card, where you format the date with one of the available time macros.
Thanks @paddy0174. I’ll need to look into that. I’d want it to be able to update/sync automatically. In this case the todo list comes from Google Tasks (via the…Google Tasks integration). So when I update the list on Google I don’t want to have to manually do anything on the HA side.
I can look into either creating multiple sensors (one for each task) via templating or a single sensor with tasks as attribute (might be better).
I’m sorry, but I have no idea how Google Tasks work, as I’m not using this integration. If you can provide more information, I’m sure we could get you started!
You could take a look at the recently changed behaviour of weather forecasts. There are some good examples out there, on how to setup a trigger based template sensor in combination with a service, what would be kind of a template for what you need to use for the todo list.
But, as this has nothing to do with timer-bar-card, we should talk about that in a different thread. Please take a look at the search, if some other thread fits, or just open a new one!
I have the timer bar card installed and have a card on the dashboard I want but when I press the bottom it tirrger the script but the timer flashes up like its about to start counting down but then goes blank and I get nothing
I’m new to HA so I am defo doing something wrong below is my card config
First of all, please take a moment to read the guide lines for this forum. The code you posted must be formatted correctly, otherwise we can’t see, if there are errors in the YAML. And YAML is unfortunately really picky with indentation…
See here:
But what your code shows, you’re trying to run the timer-bar-card with a script, if I’m interpreting that right. That won’t work, you need a timer. So what you want looks like you need to setup a timer and start it. That timer is, what the card shows.
Maybe you could explain a little more on what you want to do, so we can help there.
No need to apologize, it’s just we can’t see if errors are in the code. That’s why I’m always insisting on formatting.
I tried to figure out, what you want to do with the code above, but I’m sorry, I couldn’t.
So what is it, that this eddi function should do? Do you start someting with it? Any sensors or such that need to be taken into account.
For the timer, you just set it up where you setup things like sensor or binary_sensor, for most people this is in configuration.yaml or a splitted file.