From 64f1732f066ff3ca1db5394b7db336e5b934a89f Mon Sep 17 00:00:00 2001 From: G Johansson <62932417+gjohansson-ST@users.noreply.github.com> Date: Mon, 8 Jun 2020 15:11:04 +0200 Subject: [PATCH] Remove lockserial for alarm panel --- custom_components/sector/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/sector/__init__.py b/custom_components/sector/__init__.py index b37891e..f208251 100644 --- a/custom_components/sector/__init__.py +++ b/custom_components/sector/__init__.py @@ -216,7 +216,6 @@ async def triggerlock(self, lock, code, command): async def triggeralarm(self, command, code): AUTH_TOKEN = self.authtoken PANEL_ID = self.panel_id - LOCKSERIAL = lock LOCKCODE = code COMMAND = command URL = ""