From 40ef638e0e3ede2db0c2f985becddb0e3ff0e97f Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 3 May 2022 19:39:30 +0200 Subject: [PATCH] Fix null not allowed for Home Assistant device options. #12340 --- 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 3b048449..1e9887fb 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": {