Timer state is lost

Hi, I has a card with some helper, one of them was a timer countdown, it works perfect but now that helper just show me if it’s activated o idle but not shows the count down. What’s wrong??
Thank you

Post a card’s code and a screenshot

Thank you for answer me, The code for card is:

type: conditional
conditions:
  - condition: state
    entity: switch.lavadero_tz3000_okaz9tjs_ts011f_interruptor
    state: "on"
card:
  square: false
  type: grid
  cards:
    - type: custom:mushroom-entity-card
      name: Tiempo Aviso
      secondary_info: name
      layout: vertical
      entity: timer.fin_lavadora
      primary_info: state
    - type: custom:mushroom-entity-card
      name: AVISO
      primary_info: state
      secondary_info: name
      entity: counter.cuenta_avisos
      icon_color: purple
      layout: vertical
  columns: 2

Where sais “Inactivo”, if it’s “Activo” must show the countdown, but not the state neither the attribute show that information. But if I look at the helper it shows the correct information that I need to use.

A Mushroom Card is not the best option for a timer countdown. It does not reference a timer’s countdown status like other cards.

Check out

GitHub - rianadon/timer-bar-card: A progress bar display for Home Assistant timers and use the Mushroom Style option

Thank you!! I don’t know this card. I’m trying to dowload it and I’ll see if it works correctly for me. But it seems that the problem may be the timer information that I can access (state, attributes, etc…).

@LiQuid_cOOled IT WORKS!! thak you for your answer and help. Now it’s time to customize it to looks better. :yum:

1 Like

Yes Mushroom cards access the timer information in a different manner…

1 Like