Ver Fonte

icons(time): remove the 0 state icons, as hassfest rejects them.

Issue #3499
Jason Rumney há 6 meses atrás
pai
commit
3ff6558dfb
1 ficheiros alterados com 2 adições e 8 exclusões
  1. 2 8
      custom_components/tuya_local/icons.json

+ 2 - 8
custom_components/tuya_local/icons.json

@@ -376,16 +376,10 @@
         },
         "time": {
             "timer": {
-                "default": "mdi:timer",
-                "state": {
-                    "00:00:00": "mdi:timer-cancel"
-                }
+                "default": "mdi:timer"
             },
             "timer_x": {
-                "default": "mdi:timer",
-                "state": {
-                    "00:00:00": "mdi:timer-cancel"
-                }
+                "default": "mdi:timer"
             }
         },
         "water_heater": {