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

Progress bar always shows 100%

Open iko3 opened this issue 5 months ago • 2 comments

Describe the bug I'm using iPad for home dashboard and progress bar is not displayed correctly there. Same page looks fine on computer. Its an old iPad running iOS 12.5 so I suspect it might be that built-in browser doesn't work same way as in newer iOS.

Your card configuration

  - type: custom:timer-bar-card
    entity: sensor.washing_machine_timer
    bar_height: 50px
    active_state: running
    bar_background: rgb(255,152,0,0.1)
    bar_foreground: rgb(255,152,0)
    layout: full_row
    invert: true
    text_width: 0px
    show_empty: true

Debug information Below are screenshot from how it looks on iPad vs PC browser:

Screenshot 2024-03-31 at 13 14 25 Screenshot 2024-03-31 at 13 13 43

iko3 avatar Mar 31 '24 11:03 iko3