From 806209e11c4afe3e89e88610347bec7f2e6b3622 Mon Sep 17 00:00:00 2001 From: AnasHost <41167157+Anashost@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:24:15 +0100 Subject: [PATCH] Refactor user configuration comments in appliances.md --- appliances.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/appliances.md b/appliances.md index 0b7b2af..3593e7d 100644 --- a/appliances.md +++ b/appliances.md @@ -272,7 +272,7 @@ card_mod: /* USER CONFIGURATION */ /* ======================== */ - /* 1. ENTITIES (Update these!) */ + /* 1. ENTITIES */ {% set ent_status = 'sensor.washing_machine_progress' %} {% set ent_timerem = 'sensor.washing_machine_time_remaining' %} {% set max_time = 120 %} @@ -343,7 +343,7 @@ card_mod: {% set color = '0, 255, 255' %} /* cyan */ {% set anim_type = 'none' %} {% set icon_shake = 'washer-spin-smooth 0.8s linear infinite' %} - {% set wave_anim = 'wave 2s linear infinite' %} /* Fast Wave */ + {% set wave_anim = 'wave 2s linear infinite' %} /* Fast Wave */ {% set overlay_img = 'radial-gradient(circle, rgba(255,255,255,0.3) 10%, transparent 60%)' %} {% elif is_done %} @@ -523,7 +523,8 @@ card_mod: /* ======================== */ /* USER CONFIGURATION */ /* ======================== */ - + + /* 1. ENTITIES */ {% set ent_switch = 'switch.smart_plug' %} {% set ent_power = 'sensor.smart_plug_power' %} @@ -538,7 +539,7 @@ card_mod: {% set thresh_heat = 1000 %} {% set thresh_active = 5 %} - /* Sizes */ + /* 2. Sizes */ --config-icon-size: 65px; --config-font-primary: 15px; --config-font-secondary: 12px; @@ -788,7 +789,8 @@ card_mod: /* ======================== */ /* USER CONFIGURATION */ /* ======================== */ - + + /* 1. ENTITIES */ {% set ent_switch = 'switch.smart_plug' %} {% set ent_power = 'sensor.smart_plug_power' %} @@ -803,7 +805,7 @@ card_mod: {% set thresh_spin = 300 %} {% set thresh_active = 5 %} - /* Sizes */ + /* 2. Sizes */ --config-icon-size: 65px; --config-font-primary: 15px; --config-font-secondary: 12px;