Small fixes in SIA (#51401)
* fixes from comment in #51206 * reverted name to async_
This commit is contained in:
parent
bf3a561149
commit
07d6186fea
3 changed files with 4 additions and 3 deletions
|
@ -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__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue