Skip to content

Commit

Permalink
Suppress warning AlarmControlPanel to AlarmControlPanelEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
And3rsL committed Jul 21, 2020
1 parent 85e30ba commit 5a9cce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/visonicalarm/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def arm_event_listener(event):
hass.bus.listen(EVENT_STATE_CHANGED, arm_event_listener)


class VisonicAlarm(alarm.AlarmControlPanel):
class VisonicAlarm(alarm.AlarmControlPanelEntity):
""" Representation of a Visonic Alarm control panel. """

def __init__(self, hass):
Expand Down

0 comments on commit 5a9cce9

Please sign in to comment.