From eb930ac544fef4e218828151859c48c72e72055c Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 13 Mar 2021 18:22:23 +0800 Subject: [PATCH] Add additionalProperties to device schema (#6687) --- lib/util/settings.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 2f2855eb..8fdbe168 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -704,6 +704,10 @@ "description": "Allows to prevent certain attributes from being published" } }, + "additionalProperties": { + "type": "string", + "title": "Device specific property" + }, "required": ["friendly_name"] }, "group": {