rianadon

Results 190 comments of rianadon

As you found in #115, I don't think `bar_width` was ever something that worked with the mushroom layout. `text_width` is what you should use to give the time left some...

Fixed in c811ed006959b7a250775637bb24eeee65bb0610.

Thanks for catching that. It looks like there were a few more styles I needed to update. It should be fixed with the new release.

Hi! I thought mushroom cards only apply the color when they're active? Maybe I'm misunderstanding you, but shouldn't there be only one color that needs to be configured? > and...

What an interesting use case! Unfortunately the card really needs a date to function, so I think your best bet would be to use a template. You can either create...

You're almost there! That `today_at` function is cool. I didn't know such a thing existed. Instead of `attribute: state`, you should use `state: true`—that's how you tell the card to...

I'm not too familiar with Bosch Dishwashers, but are you using the Home Connect integration? It should have a `sensor.dishwasher_remaining_program_time` you can use with the card. Showing a % completed...

I was wondering how you were going to handle that :) I would use the state of the sensor to compute the text, then move the completion time to an...

> 1. yes, I was using Home Connect Integration and sensor.dishwasher_remaining_program_time is working fine issue [Home Connect (BSH - Bosch/Siemens/Neff/Gagenau) Dishwasher #36](https://github.com/rianadon/timer-bar-card/issues/36). Thanks :) Awesome to hear! > 2. Your...

I'll have to add this sometime in the future. It's been requested a ton, and even displaying a timer in place of a percentage (for example some integrations only give...