Skip to content

Commit

Permalink
Update custom_components/sector/coordinator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored Nov 5, 2024
1 parent b5a7e04 commit cb7c4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sector/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, hass: HomeAssistant, entry: SectorAlarmConfigEntry) -> None:
"""Initialize the coordinator."""
self.hass = hass
self.api = SectorAlarmAPI(
hass=self.hass,
hass=hass,
email=entry.data[CONF_EMAIL],
password=entry.data[CONF_PASSWORD],
panel_id=entry.data[CONF_PANEL_ID],
Expand Down

0 comments on commit cb7c4c8

Please sign in to comment.