Explorar el Código

icons: cannot use numeric state for specific icon

Jason Rumney hace 1 año
padre
commit
6f651a54bc
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  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": {