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

ui stays idle most of the time

Open qrockz opened this issue 2 months ago • 1 comments

I have an Automation that does restart a Timer when the Timer goes to idle state. Basically the Timer restarts over and over when it's done. Unfortunately the ui entity Card does Not Update Most of the time. Timer will displayed as idle.

Your card configuration

Automation:

alias: Atimer
description: ""
trigger:
  - platform: state
    entity_id:
      - timer.timerf
    to: idle
condition: []
action:
  - service: timer.start
    metadata: {}
    data: {}
    target:
      entity_id: timer.timerf
mode: restart


Dashboard ui:

  - type: custom:timer-bar-card
        entities:
          - timer.timerf

https://github.com/rianadon/timer-bar-card/assets/56853194/6164452b-354b-49dc-ba2a-e4b6c7a19e58

Sometimes, when I switch to another App (for Like a minute. Just staying away a couple of Seconds does Not work) on my Phone and toggle Back to HA Dashboard then the Timer values Countdown ist shown but as soon the Countdown is done it stays idle again.

Sorry for misspelling, im on my Phone in another language.

qrockz avatar Jun 24 '24 01:06 qrockz