From 9159bd8882d2267b705dfd85fb0ffe7869782dda Mon Sep 17 00:00:00 2001 From: AnasHost <41167157+Anashost@users.noreply.github.com> Date: Mon, 5 Jan 2026 00:02:53 +0100 Subject: [PATCH] Fix typo in progress percentage sensor comment --- appliances.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appliances.md b/appliances.md index 25bef87..3496059 100644 --- a/appliances.md +++ b/appliances.md @@ -53,7 +53,7 @@ card_mod: {% set max_time = 120 %} {% set ent_power = 'sensor.smart_plug_power' %} - /* OPTION: Pregress Percentage Sensor (if exists) + /* OPTIONAL: Pregress Percentage Sensor (if exists) */ {% set ent_percent = 'sensor.dishwasher_progress_percantage' %} /* 2. SIZES (Px) */ @@ -278,7 +278,7 @@ card_mod: {% set max_time = 120 %} {% set ent_power = 'sensor.smart_plug_power' %} - /* OPTION: Pregress Percentage Sensor (if exists) + /* OPTIONAL: Pregress Percentage Sensor (if exists) */ {% set ent_percent = 'sensor.washing_machine_progress_percantage' %} /* 2. SIZES (Px) */