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" },
|
||||
"type": {
|
||||
"title": "Menu item type",
|
||||
"description": "One of 'tap, 'toggle' or 'group'",
|
||||
"description": "One of 'tap, 'toggle' or 'group'.",
|
||||
"const": "toggle"
|
||||
}
|
||||
},
|
||||
@ -29,7 +29,7 @@
|
||||
"name": { "title": "Your familiar name", "type": "string" },
|
||||
"type": {
|
||||
"title": "Menu item type",
|
||||
"description": "One of 'tap, 'toggle' or 'group'",
|
||||
"description": "One of 'tap, 'toggle' or 'group'.",
|
||||
"const": "tap"
|
||||
},
|
||||
"service": {
|
||||
@ -54,7 +54,7 @@
|
||||
"title": { "type": "string" },
|
||||
"type": {
|
||||
"title": "Menu item type",
|
||||
"description": "One of 'tap, 'toggle' or 'group'",
|
||||
"description": "One of 'tap, 'toggle' or 'group'.",
|
||||
"const": "group"
|
||||
},
|
||||
"items": { "$ref": "#/$defs/items" }
|
||||
|
Reference in New Issue
Block a user