rianadon / timer-bar-card

A progress bar display for Home Assistant timers
Other
388 stars 15 forks source link

Can't get the progress bar (or the remaining time) to display on GE Washer or Dryer #161

Open ChristopherJacob opened 2 months ago

ChristopherJacob commented 2 months ago

Can't get the progress bar (or the remaining time) to display. I have two sensors. One shows the state, and if active the other shows the remaining time.

type: custom:timer-bar-card entity: sensor.gz234535g_laundry_machine_state name: Dryer Status active_state: Run remaining: entity: sensor.gz234535g_laundry_time_remaining state: true units: minutes show_empty: true debug: true

debug

State: Run (state mode = idle) Mode: idle (explicit; guess mode produces N/A) Duration: second Time remaining: Counter: Attr: {"icon":"mdi:tumble-dryer","friendly_name":"GZ234535G Laundry Machine State"}

rianadon commented 2 months ago

I believe the issue is that you configured remaining, but there is no such option named remaining. You probably meant to use remain_time.