Skip to content

Commit

Permalink
Fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Dec 30, 2020
1 parent ef5cfe2 commit a2129fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sector/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def device_info(self):

class SectorAlarmPanel(CoordinatorEntity, SectorAlarmAlarmDevice):

def __init__(self, hub, coordinator, code, code_format):
def __init__(self, hub, coordinator, code):
self._hub = hub
super().__init__(coordinator)
self._code = code if code != "" else None
Expand Down

0 comments on commit a2129fb

Please sign in to comment.