Răsfoiți Sursa

feat(icons): use history rather than air-filter for filter reset

- air-filter links with with filter, but doesn't really convey the reset.

When there are multiple reset buttons (others don't have translations
yet), this may end up being the odd one out. history (conveying
resetting the time remaining) may be better.
Jason Rumney 2 luni în urmă
părinte
comite
945b84d1f6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      custom_components/tuya_local/icons.json

+ 1 - 1
custom_components/tuya_local/icons.json

@@ -50,7 +50,7 @@
                 "default": "mdi:cog-refresh"
             },
             "filter_reset": {
-                "default": "mdi:air-filter"
+                "default": "mdi:history"
             }
         },
         "climate": {