diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index ef9c5db63..3b048449b 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -834,6 +834,17 @@ "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" + }, + "homeassistant": { + "type": "object", + "title": "Home Assistant", + "properties": { + "name": { + "type": "string", + "title": "Home Assistant name", + "description": "Name of the device in Home Assistant" + } + } } }, "required": ["friendly_name"]