From f0e263ae5460985f0d66e205b97d1bf58d1fa4f2 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sun, 2 Nov 2025 22:38:19 +0000 Subject: [PATCH] Update config.schema.json Amended "Home Assistant Template" description. --- config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.schema.json b/config.schema.json index 5bf4c70..073d45b 100644 --- a/config.schema.json +++ b/config.schema.json @@ -986,7 +986,7 @@ }, "content": { "title": "Home Assistant Template", - "description": "Jinja2 template defining the text to display. Must be included in an 'info'. Optional in a 'toggle', 'tap' and 'group'. Special characters may not render in the glance context.", + "description": "Jinja2 template defining the text to display. Must be included in an 'info'. Optional in a 'toggle', 'tap', 'numeric' and 'group'. Special characters may not render in the glance context.", "type": "string" }, "confirm": {