mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Fix invalid JSON in deconz strings.json
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"title": "Extra configuration options for deCONZ",
|
"title": "Extra configuration options for deCONZ",
|
||||||
"data":{
|
"data": {
|
||||||
"allow_clip_sensor": "Allow importing virtual sensors",
|
"allow_clip_sensor": "Allow importing virtual sensors",
|
||||||
"allow_deconz_groups": "Allow importing deCONZ groups"
|
"allow_deconz_groups": "Allow importing deCONZ groups"
|
||||||
}
|
}
|
||||||
@@ -98,4 +98,5 @@
|
|||||||
"side_5": "Side 5",
|
"side_5": "Side 5",
|
||||||
"side_6": "Side 6"
|
"side_6": "Side 6"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user