소스 검색

Icons: add missing icon for time_remaining sensor

Jason Rumney 1 년 전
부모
커밋
23b8255371
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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": {
         "switch": {
             "anti_frost": {
             "anti_frost": {
                 "default": "mdi:snowflake-melt"
                 "default": "mdi:snowflake-melt"