mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-03 22:22:27 +00:00
Restyled by jq
This commit is contained in:
@ -8,7 +8,10 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/$defs/items"
|
"$ref": "#/$defs/items"
|
||||||
},
|
},
|
||||||
"required": ["title", "items"],
|
"required": [
|
||||||
|
"title",
|
||||||
|
"items"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"$defs": {
|
"$defs": {
|
||||||
@ -28,7 +31,11 @@
|
|||||||
"const": "toggle"
|
"const": "toggle"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["entity", "name", "type"],
|
"required": [
|
||||||
|
"entity",
|
||||||
|
"name",
|
||||||
|
"type"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"template": {
|
"template": {
|
||||||
@ -54,7 +61,12 @@
|
|||||||
"$ref": "#/$defs/action"
|
"$ref": "#/$defs/action"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["name", "entity", "content", "type"],
|
"required": [
|
||||||
|
"name",
|
||||||
|
"entity",
|
||||||
|
"content",
|
||||||
|
"type"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"tap": {
|
"tap": {
|
||||||
@ -84,10 +96,20 @@
|
|||||||
},
|
},
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"required": ["entity", "name", "type", "service"]
|
"required": [
|
||||||
|
"entity",
|
||||||
|
"name",
|
||||||
|
"type",
|
||||||
|
"service"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"required": ["entity", "name", "type", "tap_action"]
|
"required": [
|
||||||
|
"entity",
|
||||||
|
"name",
|
||||||
|
"type",
|
||||||
|
"tap_action"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
@ -114,7 +136,13 @@
|
|||||||
"$ref": "#/$defs/items"
|
"$ref": "#/$defs/items"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["entity", "name", "title", "type", "items"],
|
"required": [
|
||||||
|
"entity",
|
||||||
|
"name",
|
||||||
|
"title",
|
||||||
|
"type",
|
||||||
|
"items"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"items": {
|
"items": {
|
||||||
@ -155,7 +183,9 @@
|
|||||||
"description": "Confirm the action before execution as a precaution."
|
"description": "Confirm the action before execution as a precaution."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["service"]
|
"required": [
|
||||||
|
"service"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user