From ced2ba7344379b917214054944dc8bce4ae5ecf5 Mon Sep 17 00:00:00 2001 From: dreed47 <212698+dreed47@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:49:18 -0500 Subject: [PATCH] small clarification to the description for adding a user-defined device icon (#14960) * small clarification to the description for adding a user-defined device icon * small wording change --- lib/util/settings.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index bdd57d347..eb661f41d 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -842,7 +842,7 @@ "icon": { "type": "string", "title": "Icon", - "description": "The user-defined device icon for the frontend. It can be a link to an image (not a path to a file) or base64 encoded data URL like: image/svg+xml;base64,PHN2ZyB3aW....R0aD" + "description": "The user-defined device icon for the frontend. It can be a full URL link to an image (e.g. https://SOME.SITE/MODEL123.jpg) (you cannot use a path to a local file) or base64 encoded data URL (e.g. image/svg+xml;base64,PHN2ZyB3aW....R0aD)" }, "homeassistant": { "type": ["object", "null"],