Przeglądaj źródła

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 miesięcy temu
rodzic
commit
945b84d1f6
1 zmienionych plików z 1 dodań i 1 usunięć
  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": {