diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 3b048449b0..1e9887fb17 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -836,7 +836,7 @@ "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", + "type": ["object", "null"], "title": "Home Assistant", "properties": { "name": {