From b043089107ce26071004b3a4a74ea2e842557273 Mon Sep 17 00:00:00 2001 From: Michael Antunes Date: Mon, 14 Feb 2022 18:47:45 +0000 Subject: [PATCH] Update alexa_smart_home_message_schema.json The value SECURITY_SYSTEM is not present in displayCategories, but in the documentation it is. https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-discovery.html#display-categories --- validation_schemas/alexa_smart_home_message_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/validation_schemas/alexa_smart_home_message_schema.json b/validation_schemas/alexa_smart_home_message_schema.json index 45d0a47..c55a803 100644 --- a/validation_schemas/alexa_smart_home_message_schema.json +++ b/validation_schemas/alexa_smart_home_message_schema.json @@ -12434,6 +12434,7 @@ "SCENE_TRIGGER", "SCREEN", "SECURITY_PANEL", + "SECURITY_SYSTEM", "SMARTLOCK", "SMARTPLUG", "SPEAKER", @@ -12766,4 +12767,4 @@ } } ] -} \ No newline at end of file +}