Selaa lähdekoodia

icons: add missing comma

Jason Rumney 1 vuosi sitten
vanhempi
commit
70d119d2bd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      custom_components/tuya_local/icons.json

+ 1 - 1
custom_components/tuya_local/icons.json

@@ -2,7 +2,7 @@
     "entity": {
         "binary_sensor": {
             "direction": {
-                "default": "mdi:arrow-left-right"
+                "default": "mdi:arrow-left-right",
                 "state": {
                     "off": "mdi:home-import-outline",
                     "on": "mdi:home-export-outline"