mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 19:38:34 +00:00
Update config.schema.json
Added missing full stops.
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
"name": { "title": "Your familiar name", "type": "string" },
|
"name": { "title": "Your familiar name", "type": "string" },
|
||||||
"type": {
|
"type": {
|
||||||
"title": "Menu item type",
|
"title": "Menu item type",
|
||||||
"description": "One of 'tap, 'toggle' or 'group'",
|
"description": "One of 'tap, 'toggle' or 'group'.",
|
||||||
"const": "toggle"
|
"const": "toggle"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"name": { "title": "Your familiar name", "type": "string" },
|
"name": { "title": "Your familiar name", "type": "string" },
|
||||||
"type": {
|
"type": {
|
||||||
"title": "Menu item type",
|
"title": "Menu item type",
|
||||||
"description": "One of 'tap, 'toggle' or 'group'",
|
"description": "One of 'tap, 'toggle' or 'group'.",
|
||||||
"const": "tap"
|
"const": "tap"
|
||||||
},
|
},
|
||||||
"service": {
|
"service": {
|
||||||
@ -54,7 +54,7 @@
|
|||||||
"title": { "type": "string" },
|
"title": { "type": "string" },
|
||||||
"type": {
|
"type": {
|
||||||
"title": "Menu item type",
|
"title": "Menu item type",
|
||||||
"description": "One of 'tap, 'toggle' or 'group'",
|
"description": "One of 'tap, 'toggle' or 'group'.",
|
||||||
"const": "group"
|
"const": "group"
|
||||||
},
|
},
|
||||||
"items": { "$ref": "#/$defs/items" }
|
"items": { "$ref": "#/$defs/items" }
|
||||||
|
Reference in New Issue
Block a user