From 4acbdd7685a6cd3b6db99859b2ccd220aa60c3a2 Mon Sep 17 00:00:00 2001 From: andy-vdg Date: Wed, 23 Apr 2025 21:05:59 +0200 Subject: [PATCH] fix: Add icon example to settings schema (#27194) --- 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 7096590db..423f24b7c 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -853,7 +853,7 @@ "icon": { "type": "string", "title": "Icon", - "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) or a path to a local file inside the `device_icons` directory." + "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) or a path to a local file inside the `device_icons` directory (e.g. device_icons/MODEL123.png)." }, "homeassistant": { "type": ["object", "null"],