From 6e0b246a8ac4c5bba4f326cedd78ccb0546acc4a Mon Sep 17 00:00:00 2001 From: Bram Date: Tue, 17 Sep 2024 10:11:40 +0200 Subject: [PATCH] fix: add cover device_type to JSON schema --- profile_library/model_schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/profile_library/model_schema.json b/profile_library/model_schema.json index 3b5a4fccf..790c3d6f2 100644 --- a/profile_library/model_schema.json +++ b/profile_library/model_schema.json @@ -65,6 +65,7 @@ "type": "string", "enum": [ "camera", + "cover", "light", "smart_switch", "smart_speaker",