From 427a32086e74744d5f37ab0e0a144f24e291ea15 Mon Sep 17 00:00:00 2001 From: AnasHost <41167157+Anashost@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:11:51 +0100 Subject: [PATCH] Update appliances.md --- appliances.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/appliances.md b/appliances.md index 7767783..0b7b2af 100644 --- a/appliances.md +++ b/appliances.md @@ -528,6 +528,10 @@ card_mod: {% set ent_power = 'sensor.smart_plug_power' %} /* Optional Helper (Leave as is if you don't have one) */ + /* If in-use, then you can use this entity as the main card entity above */ + /* and it will show useful secondary info like */ + /* (Off, Running) instead of repeating wattage */ + {% set ent_helper = 'binary_sensor.dishwasher_active_delay' %} /* Thresholds */ @@ -788,7 +792,11 @@ card_mod: {% set ent_switch = 'switch.smart_plug' %} {% set ent_power = 'sensor.smart_plug_power' %} - /* Optional Helper */ + /* Optional Helper (Leave as is if you don't have one) */ + /* If in-use, then you can use this entity as the main card entity above */ + /* and it will show useful secondary info like */ + /* (Off, Running) instead of repeating wattage */ + {% set ent_helper = 'binary_sensor.washing_machine_active_delay' %} /* Thresholds */