#Why is the flipdown-timer-card not updating in the pop-up?

1 messages · Page 1 of 1 (latest)

hallow root
#

Can someone help solve the problem that the numbers are not updating on the clock that is inside the pop-up.
Outside the pop-up, this entire interface works fine. It only happens when it is inside the pop-up.
And up until 3-4 weeks ago it worked.

This is part of the card:

  • entity: switch.switcher_touch_36fa
    name: בוילר - Switcher
    icon: mdi:water-boiler
    tap_action:
    action: fire-dom-event
    browser_mod:
    service: browser_mod.popup
    data:
    title: בוילר - Switcher
    content:
    type: vertical-stack
    cards:
    - type: custom:flipdown-timer-card
    entity: timer.switcher_timer
    name: זמן שנותר לטיימר
    show_hour: true
    show_title: true
    show_header: true
    theme: hass
    styles:
    rotor:
    width: 50px
    height: 70px
    button:
    width: 0px
    location: bottom
    show_error: false
    card_mod:
    style: |
    :host {
    direction: ltr !important; /* שינוי כיוון התצוגה לשמאל לימין */
    }
hallow root
#

anyone know about this problem