4
0
Эх сурвалжийг харах

Fix JSON syntax.

Unlike Python, JSON does not support a trailing comma on the last item of a list.
Jason Rumney 3 жил өмнө
parent
commit
7fe2b41340
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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"
 }