Dishwasher Card

The hc_dishwasher_card is used to show dishwasher operation state, program progress, remaining time, active program icon, and salt or rinse-aid attention chips.

Usage

  - type: custom:button-card
    template: hc_dishwasher_card
    entity: <your dishwasher operation state sensor>
    name: Dishwasher
    variables:
      progress_entity: <your progress sensor>
      salt_entity: <your salt warning sensor>
      rinse_aid_entity: <your rinse aid warning sensor>
      remaining_time_entity: <your remaining time sensor>
      active_program_entity: <your active program select>

Remember to take care of indentation

Variable / entry

Variable Default Required Example
entity sensor.bd_loica_operation_state Yes sensor.dishwasher_operation_state
name Maquina Loica No Dishwasher
progress_entity sensor.bd_loica_program_progress No sensor.dishwasher_program_progress
salt_entity sensor.bd_loica_quase_sem_sal No sensor.dishwasher_salt_nearly_empty
rinse_aid_entity sensor.bd_loica_rinse_aid_nearly_empty No sensor.dishwasher_rinse_aid_nearly_empty
remaining_time_entity sensor.bd_loica_remaining_program_time No sensor.dishwasher_remaining_program_time
active_program_entity select.bd_loica_active_program No select.dishwasher_active_program

More info

The operation state supports values such as inactive, ready, run, pause, delayedstart, actionrequired, finished, error, and aborting. The progress sensor should return a number from 0 to 100.


Copyright © 2024-2025 Damian Eickhoff. Distributed by an MIT license.