Procházet zdrojové kódy

icons: cannot use numeric state for specific icon

Jason Rumney před 1 rokem
rodič
revize
6f651a54bc
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  1. 1 4
      custom_components/tuya_local/icons.json

+ 1 - 4
custom_components/tuya_local/icons.json

@@ -83,10 +83,7 @@
         },
         "sensor": {
             "time_remaining": {
-                "default": "mdi:timer",
-                "state": {
-                    0: "mdi:timer-remove"
-                }
+                "default": "mdi:timer"
             }
         },
         "switch": {