Kaynağa Gözat

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 3 ay önce
ebeveyn
işleme
945b84d1f6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"
                 "default": "mdi:cog-refresh"
             },
             },
             "filter_reset": {
             "filter_reset": {
-                "default": "mdi:air-filter"
+                "default": "mdi:history"
             }
             }
         },
         },
         "climate": {
         "climate": {