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

HomeWhiz DishWasher integration #121

Closed
GigiPompieru opened this issue Jan 6, 2024 · 0 comments
Closed

HomeWhiz DishWasher integration #121

GigiPompieru opened this issue Jan 6, 2024 · 0 comments

Comments

@GigiPompieru
Copy link

GigiPompieru commented Jan 6, 2024

This card was configured using the data provided by home-assistant-HomeWhiz

The basic configuration is the bellow. It can of course be customized as wanted by following the documentation.

type: custom:timer-bar-card
debug: true
entities:
  - entity: sensor.izaura_state
    active_state: device_state_running
    duration:
      entity: sensor.izaura_duration
      units: minutes
    remaining:
      entity: sensor.izaura_remaining_time
      units: minutes

Even if sensor.izaura_duration is displayed as 1:20:00 in the device page (the duration depends on the program selected), its actual value is 80, so units: needs to be set to minutes to make it work.

The basic yaml code above results in:
294611545-ce0fa325-528a-43b6-8f1c-4f0c089a0b09

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

No branches or pull requests

1 participant