Fix invalid JSON in deconz strings.json

This commit is contained in:
Paulus Schoutsen 2019-11-05 20:33:11 -08:00
parent 8ab04d5fc7
commit a63e976496

View File

@ -16,7 +16,7 @@
},
"options": {
"title": "Extra configuration options for deCONZ",
"data":{
"data": {
"allow_clip_sensor": "Allow importing virtual sensors",
"allow_deconz_groups": "Allow importing deCONZ groups"
}
@ -98,4 +98,5 @@
"side_5": "Side 5",
"side_6": "Side 6"
}
}
}