Explorar el Código

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 hace 2 meses
padre
commit
945b84d1f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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": {