Просмотр исходного кода

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

Issue #3499
Jason Rumney 6 месяцев назад
Родитель
Сommit
3ff6558dfb
1 измененных файлов с 2 добавлено и 8 удалено
  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": {