bar-card icon indicating copy to clipboard operation
bar-card copied to clipboard

Customizable Animated Bar card for Home Assistant Lovelace

Results 80 bar-card issues
Sort by recently updated
recently updated
newest added

The specific use case is for entities that represent ink for IPP printers. I'd like to use the bar-card's icon to represent the ink color, and use the severity options...

feature request

My sensors regularly go "unavailable" as my appliances enters standby mode. It would be nice to be able to customise what is being shown rather than just "unavailable", such as...

I'd love the option to display the max recorded value from a period within the bar. I'd like to see it displayed in the same manner that the target value...

As it was specified for "limit_value" property: ![изображение](https://user-images.githubusercontent.com/71872483/96519899-a6deeb00-1276-11eb-95c5-2554a4036e47.png) But it looks that "limiting" happens always independently on the "limit_value" property: ``` type: 'custom:bar-card' entities: - entity: sensor.memory_use_percent name: 'Free RAM...

Sometimes a glitch occurs - many digits after decimal point for complementary value. Usually it occurs if limits (min, max) are specified: ``` type: 'custom:bar-card' entities: - entity: sensor.memory_use_percent name:...

Seems that "decimal" property doesn't affect if "complementary: true". For 2 bars same "decimal: 3" property is specified. ``` type: 'custom:bar-card' entities: - entity: sensor.memory_use_percent name: Free RAM (complementary) complementary:...

I suppose that like me a lot of users create a gradient using a from/to/color list in severity options. It will be really cool to do not calculate the gradient...

feature request

Bar-card works flawlessy with 'history_stats' but, as you probably know, 'history_stats' reports time in a strange way. If I'm not wrong, 'history_stats' reports minutes in a decimal way. For instance,...

feature request

I can get the animation to work if I use Firefox so I know I've set it up correctly but using Safari browser, the animation never works.

bug

Suggestion/request: Allow for icon based on another entity's status, like conditional cards. eg: ``` - entity: input_number.laptopbattery icon_condition_entity: person.user condition_name: "zone" condition_icon: "mdi:home" ``` This would rely on the default...

feature request