From 8bed6f9c122849541a94eb027086f0a0780a7230 Mon Sep 17 00:00:00 2001 From: AlCalzone Date: Tue, 29 Oct 2024 11:52:56 +0100 Subject: [PATCH] fix(config): disable Supervision for Everspring SE813 (#7331) --- packages/config/config/devices/0x0060/se813.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/config/config/devices/0x0060/se813.json b/packages/config/config/devices/0x0060/se813.json index 446f60b749b3..435b338baed8 100644 --- a/packages/config/config/devices/0x0060/se813.json +++ b/packages/config/config/devices/0x0060/se813.json @@ -48,6 +48,16 @@ ] } ], + "compat": { + "commandClasses": { + "remove": { + // The device responds with a status of Fail to all supervised requests + "Supervision": { + "endpoints": "*" + } + } + } + }, "metadata": { "inclusion": "1. Put the Z-Wave Controller into inclusion mode.\n2. Press the Link button 3 times within 1.5 seconds to put the unit into inclusion mode.", "exclusion": "1. Put the Z-Wave Controller into exclusion mode.\n2. Press the Link button 3 times within 1.5 seconds to put the unit into exclusion mode.",