Skip to content

Commit

Permalink
Remove lockserial for alarm panel
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Jun 8, 2020
1 parent ec8d837 commit 64f1732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/sector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 64f1732

Please sign in to comment.