forked from home-assistant/core
Fix sia pylint errors (#51022)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user