Amendments

This commit is contained in:
Joseph Abbey
2025-10-21 09:05:15 +01:00
parent 427c1834a8
commit 35e0fe26d0

View File

@@ -421,12 +421,10 @@
"type": "number", "type": "number",
"title": "Step size" "title": "Step size"
}, },
"decimals": { "display_format": {
"type": "number", "type": "string",
"title": "Number of decimals to display", "title": "A C-Style format string for displaying the value in the UI.",
"minimum": 0, "default": "%.1f"
"maximum": 10,
"default": 1
}, },
"entity": { "entity": {
"$ref": "#/$defs/entity" "$ref": "#/$defs/entity"