mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-17 14:18:15 +00:00
Update config.schema.json (#324)
Removed the need to specify any menu titles. The code works with a `Null` as-is. I'm not convinced the lack of a title saves screen space as desired, but the code works without a title, there's no real reason to specify one as its not essential, so perhaps we just relax the schema? There is one user requesting this. They can work with a schema warning for now and this can be rolled into the next release, when there's more changes.
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"title",
|
|
||||||
"items"
|
"items"
|
||||||
],
|
],
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
@@ -231,7 +230,6 @@
|
|||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name",
|
"name",
|
||||||
"title",
|
|
||||||
"type",
|
"type",
|
||||||
"items"
|
"items"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user