From 229df15cec84c8466cf5995b0742315f8038a5ba Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Mon, 7 Jul 2025 21:25:57 +0100 Subject: [PATCH] Update sensor metric display name max length to 30 --- components/i2c/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i2c/schema.json b/components/i2c/schema.json index edb0a94..0c8d82a 100644 --- a/components/i2c/schema.json +++ b/components/i2c/schema.json @@ -13,7 +13,7 @@ "description": "The human-friendly name of this sensor.", "type": "string", "minLength": 3, - "maxLength": 24 + "maxLength": 30 }, "type": { "description": "A unique string used to look up this sensor's definition, and its parent component's definition.",