mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-01 05:02:34 +00:00
Restyled by jq
This commit is contained in:
@ -12,7 +12,10 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["title", "items"],
|
"required": [
|
||||||
|
"title",
|
||||||
|
"items"
|
||||||
|
],
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"$defs": {
|
"$defs": {
|
||||||
"toggle": {
|
"toggle": {
|
||||||
@ -42,7 +45,11 @@
|
|||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["entity", "name", "type"],
|
"required": [
|
||||||
|
"entity",
|
||||||
|
"name",
|
||||||
|
"type"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"template": {
|
"template": {
|
||||||
@ -67,7 +74,11 @@
|
|||||||
"const": "template"
|
"const": "template"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["name", "content", "type"],
|
"required": [
|
||||||
|
"name",
|
||||||
|
"content",
|
||||||
|
"type"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -90,7 +101,12 @@
|
|||||||
"$ref": "#/$defs/tap_action"
|
"$ref": "#/$defs/tap_action"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["name", "content", "type", "tap_action"],
|
"required": [
|
||||||
|
"name",
|
||||||
|
"content",
|
||||||
|
"type",
|
||||||
|
"tap_action"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -120,10 +136,18 @@
|
|||||||
},
|
},
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"required": ["name", "type", "service"]
|
"required": [
|
||||||
|
"name",
|
||||||
|
"type",
|
||||||
|
"service"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"required": ["name", "type", "tap_action"]
|
"required": [
|
||||||
|
"name",
|
||||||
|
"type",
|
||||||
|
"tap_action"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
@ -158,7 +182,12 @@
|
|||||||
"$ref": "#/$defs/items"
|
"$ref": "#/$defs/items"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["name", "title", "type", "items"],
|
"required": [
|
||||||
|
"name",
|
||||||
|
"title",
|
||||||
|
"type",
|
||||||
|
"items"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
@ -216,7 +245,9 @@
|
|||||||
"description": "The object containing the parameters and their values to be passed to the entity. No schema checking can be done here, you are on your own! On application crash, remove the parameters."
|
"description": "The object containing the parameters and their values to be passed to the entity. No schema checking can be done here, you are on your own! On application crash, remove the parameters."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["service"]
|
"required": [
|
||||||
|
"service"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"content": {
|
"content": {
|
||||||
"title": "Jinja2 template defining the text to display.",
|
"title": "Jinja2 template defining the text to display.",
|
||||||
|
Reference in New Issue
Block a user