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
This commit is contained in:
dreed47
2022-11-14 17:49:18 +01:00
committed by GitHub
parent a2f8534823
commit ced2ba7344
+1 -1
View File
@@ -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"],