From 8dbec29ab0584b1309bcb59bddfd92cbd10bb08f Mon Sep 17 00:00:00 2001 From: AnasHost <41167157+Anashost@users.noreply.github.com> Date: Mon, 5 Jan 2026 00:04:57 +0100 Subject: [PATCH] Fix typo in progress percentage sensor comments --- appliances.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appliances.md b/appliances.md index 6957904..0034039 100644 --- a/appliances.md +++ b/appliances.md @@ -53,7 +53,7 @@ card_mod: {% set max_time = 120 %} {% set ent_power = 'sensor.smart_plug_power' %} - /* OPTIONAL Pregress Percentage Sensor (if exists) */ + /* OPTIONAL Progress 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' %} - /* OPTIONAL Pregress Percentage Sensor (if exists) */ + /* OPTIONAL Progress Percentage Sensor (if exists) */ {% set ent_percent = 'sensor.washing_machine_progress_percantage' %} /* 2. SIZES (Px) */