📳 Appliance Notifications & Actions - Washing Machine - Clothes Dryer - Dish Washer - ETC

FAQ - How to Show the Appliance’s Current Run Status in the Dashboard using Custom Actions

:dart: Visually display the appliance’s current state (e.g., Washing, Error, or Finished) in your dashboard using a dropdown helper.

Step 1: Create a Dropdown Helper

  1. In the sidebar, go to Settings → Devices & Services.

  2. Click the “Helpers” tab at the top.

  3. Click “+ Create Helper” (bottom right).

  4. Select “Dropdown” from the list.

  5. Fill out the fields:

  • Name: e.g., Washing Machine Status

  • Icon (optional): e.g., mdi:washing-machine

  • Options:
    Enter your dropdown options, e.g.:

    • Washing
    • Error
    • Finished
  • Click Create.

Step 2: Add State Changes Using Custom Actions in the Blueprint

  1. Enable Custom Actions in your blueprint.

  2. For each custom action (e.g., Start, Watchdog, End):

    • Click Add Action
    • Search Input select
    • Then choose Input select: Select

  3. Choose your dropdown helper, then set the Option to match the action:

Extra Tip: Add a “Ready” State After Clothes Are Removed :wink:

If you have a door contact sensor, you can enhance the End action by waiting for the door to open, indicating that the clothes have been removed and the washing machine is ready for the next load.

To do this:

  1. Add a new option to your dropdown helper, such as Ready, Available, Idle, or Standby, whichever best fits your setup.
  2. In your End action:
    • Add a Wait for Trigger action after the finished Input select: Select action.
    • In the Wait for Trigger action click Add Trigger and search state and select State.
    • Select your door contact sensor and set it to trigger when the state changes from closed to open.
  3. After the wait step, add another Input select: Select action to update the dropdown to your new “Ready” state.

Step 3: Add the Dropdown to Your Dashboard

Now add your new dropdown helper to any dashboard card you like.

You can style it as simple or advanced as you want, even tie it into other visuals using Mushroom, Button Card, or Tile Card.

51

:bulb: Share your setup and card design in this post to inspire others! Screenshots, tips, or YAML examples are all welcome.

Enjoy

Blacky :smiley:

Back to FAQ: Click Here

1 Like