Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChristopherJacob opened this issue Aug 23, 2024 · 1 comment

Comments

@ChristopherJacob
Copy link

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
Copy link
Owner

rianadon commented Sep 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants