Browse Source

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 months ago
parent
commit
945b84d1f6
1 changed files with 1 additions and 1 deletions
  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": {