Fix sia pylint errors (#51022)
This commit is contained in:
parent
331cb3b74d
commit
ec4a47d1db
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ class SIAAlarmControlPanel(AlarmControlPanelEntity, RestoreEntity):
|
|||
entry: ConfigEntry,
|
||||
account_data: dict[str, Any],
|
||||
zone: int,
|
||||
):
|
||||
) -> None:
|
||||
"""Create SIAAlarmControlPanel object."""
|
||||
self._entry: ConfigEntry = entry
|
||||
self._account_data: dict[str, Any] = account_data
|
||||
|
|
|
@ -35,7 +35,7 @@ class SIAHub:
|
|||
self,
|
||||
hass: HomeAssistant,
|
||||
entry: ConfigEntry,
|
||||
):
|
||||
) -> None:
|
||||
"""Create the SIAHub."""
|
||||
self._hass: HomeAssistant = hass
|
||||
self._entry: ConfigEntry = entry
|
||||
|
|
Loading…
Add table
Reference in a new issue