rianadon

Results 77 comments of rianadon

Welcome to HomeAssistant! I would double check the developer console in the browser. Once you open it up, you should see some messages. Here there is a message from both...

I was hoping I'd never have to support a remaining attribute. It's yet another complication to the card's configuration. However, I took a look through the LG ThinQ integration to...

Thank you! If I understand correctly, you are asking for the card to also take on the behaviors of the glance and button card? That sounds like a lot of...

I see what you mean. This sounds like a separate card. I love the idea but won't have the time to work on such a thing in the near future....

It should work by providing only the duration: ``` type: custom:timer-bar-card entities: - binary_sensor.irrigation_unlimited_c1_m duration: { attribute: current_duration } ``` Let me know if this doesn't work / is inaccurate....

Double check you are on version 1.3! I've been adding the features to make this work very recently. Otherwise, your configuration looks correct.

I'm sorry I really have no idea why this is not working. I've released another version that's added a debugging mode for showing what the card thinks the duration &...

Aha! I see the problem! Looks like I have a bug duration didn't add correctly to compute the time remaining (`-22.785 seconds` + `0:01:00` duration, or `60 seconds` = `37.215...

Yikes. I know what the problem is. For weekdays, timers, and next_trigger, did you have in mind any designs of how these should be shown?

Hmm I can't visualize how I could fit this all into one row, unless you'd like to draw me something. For the text parts, A [template sensor](https://www.home-assistant.io/integrations/template/) might fulfill your...