From 35e0fe26d05d066c346c56fe4757f71e383e2913 Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Tue, 21 Oct 2025 09:05:15 +0100 Subject: [PATCH] Amendments --- config.schema.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config.schema.json b/config.schema.json index b23c9ce..d176296 100644 --- a/config.schema.json +++ b/config.schema.json @@ -421,12 +421,10 @@ "type": "number", "title": "Step size" }, - "decimals": { - "type": "number", - "title": "Number of decimals to display", - "minimum": 0, - "maximum": 10, - "default": 1 + "display_format": { + "type": "string", + "title": "A C-Style format string for displaying the value in the UI.", + "default": "%.1f" }, "entity": { "$ref": "#/$defs/entity"