Siemens Dishwasher Card using Custom Card Features

Siemens Dishwasher Card using Custom Card Features
Siemens Dishwasher Control Card

Let's be honest: if you’ve tried to add your Siemens Home Connect dishwasher to your Home Assistant dashboard, you’ve probably noticed that there are simply no pretty cards out there for this.

Siemens dishwashers actually give us a ton of great data, but in a standard setup, those controls are not very intuitive. You often have to click through three different menus just to start a simple wash! Most of the default options are either a wall of text or a clunky set of entities that stick out like a sore thumb against a clean, modern UI.

If you’re a fan of the Mushroom aesthetic, you know the struggle of trying to keep that minimalist, rounded look while keeping functionality unaffected. I finally managed to bridge that gap with the use of custom-card-features. It’s exactly what I needed to create a high-functioning Dishwasher control card and a status card that both look like they belong on a premium dashboard.

Siemens Dishwasher Status Card

So here are the features:

  • Quick Stop/Cancel: A big, clear button to stop the machine if you forgot a spoon!
  • Easy Option Toggles: Simple switches for Half Load or Extra Dry—no more digging through settings.
  • Program Selectors: A handy dropdown to pick between Eco, Auto, or Speed modes in a split second.
  • Status Badges: Little icons at the top that show if the machine is online and—most importantly—if you remembered to enable Remote Start on the dishwasher itself.
  • Delay Start (+/- ): Instead of a clunky slider, I used a plus/minus toggle. This lets you precisely click through the hours to delay your start time
  • Visual Progress Bar: A clean bar that fills up as the dishes get cleaner, so you know exactly how much time is left at a glance.

The files:

Also read on:

Siemens Dishwasher Card using Custom Card Features
Hi guys! I just managed to finally configure a custom card using custom-card-features (GitHub - Nerwyn/custom-card-features: Home Assistant custom features for tile cards and more. Call any action using buttons, dropdowns, inputs, selectors, sliders, spinboxes, and toggles.) for my Siemens Dishwasher. I really wanted to keep my mushroom dashboard look and the custom-card-features was just what I needed. Here are some examples: And here is the code: features: - type: custom:service-ca…
Cool ways to use custom-card-features · Nerwyn custom-card-features · Discussion #143
Cool ways to use custom-card-features Hey everyone, I wanted to share what I have build with this great integration. I’ve found a way to have a button on the right side of every card like the new i…