From f84f054da73a09aa300ee043c920ad510cb997b1 Mon Sep 17 00:00:00 2001 From: AnasHost <41167157+Anashost@users.noreply.github.com> Date: Fri, 9 Jan 2026 14:49:52 +0100 Subject: [PATCH] Rename unique_id for Dryer Active delay --- appliances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances.md b/appliances.md index 680c5ca..a41f04a 100644 --- a/appliances.md +++ b/appliances.md @@ -1834,7 +1834,7 @@ card_mod: ```yaml - binary_sensor: - name: "Dryer Active delay" - unique_id: dryer_active_status + unique_id: dryer_active_delay # Change the entity_id below to match your actual smart plug state: > {{ states('sensor.smart_plug_power')|float(0) > 5 }}