Explorar el Código

Icons: add missing icon for time_remaining sensor

Jason Rumney hace 1 año
padre
commit
23b8255371
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      custom_components/tuya_local/icons.json

+ 8 - 0
custom_components/tuya_local/icons.json

@@ -81,6 +81,14 @@
                 }
             }
         },
+        "sensor": {
+            "time_remaining": {
+                "default": "mdi:timer",
+                "state": {
+                    0: "mdi:timer-remove"
+                }
+            }
+        },
         "switch": {
             "anti_frost": {
                 "default": "mdi:snowflake-melt"