Explorar el Código

fix(icons): add another missing comma

Jason Rumney hace 2 meses
padre
commit
67e0a6133d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      custom_components/tuya_local/icons.json

+ 1 - 1
custom_components/tuya_local/icons.json

@@ -86,7 +86,7 @@
                             "left": "mdi:arrow-bottom-left",
                             "middle": "mdi:arrow-down",
                             "right": "mdi:arrow-bottom-right",
-                            "rightmost": "mdi:arrow-right"
+                            "rightmost": "mdi:arrow-right",
                             "left_half": "mdi:arrow-expand-left",
                             "right_half": "mdi:arrow-expand-right",
                             "surround": "mdi:sync"