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

Icons: add missing icon for time_remaining sensor

Jason Rumney 1 год назад
Родитель
Сommit
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": {
             "anti_frost": {
                 "default": "mdi:snowflake-melt"