mirror of
https://github.com/Anashost/HA-Animated-cards.git
synced 2026-01-11 16:20:05 +00:00
Fix typo in progress percentage sensor comment
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user