Skip to content

Commit

Permalink
Update custom_components/sector/client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored Nov 6, 2024
1 parent 8a34ff7 commit c9e8252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sector/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async def _post(self, url, payload):

async def arm_system(self, mode):
"""Arm the alarm system."""
if mode == "totel":
if mode == "total":
url = self.action_endpoints["Arm"][1]
elif mode == "partial":
url = self.action_endpoints["PartialArm"][1]
Expand Down

0 comments on commit c9e8252

Please sign in to comment.