Sfoglia il codice sorgente

Fix JSON syntax.

Unlike Python, JSON does not support a trailing comma on the last item of a list.
Jason Rumney 3 anni fa
parent
commit
7fe2b41340
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      hacs.json

+ 1 - 1
hacs.json

@@ -1,5 +1,5 @@
 {
   "name": "Tuya Local",
   "render_readme": true,
-  "homeassistant": "2022.2.0",
+  "homeassistant": "2022.2.0"
 }