Small fixes in SIA (#51401)

* fixes from comment in #51206

* reverted name to async_
This commit is contained in:
Eduard van Valkenburg 2021-06-04 02:43:15 +02:00 committed by GitHub
parent bf3a561149
commit 07d6186fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -72,7 +72,7 @@ async def async_setup_entry(
)
class SIAAlarmControlPanel(AlarmControlPanelEntity, SIABaseEntity):
class SIAAlarmControlPanel(SIABaseEntity, AlarmControlPanelEntity):
"""Class for SIA Alarm Control Panels."""
def __init__(