Skip to content
Snippets Groups Projects
Commit 2bc74444 authored by coreGreenberet's avatar coreGreenberet Committed by Martin Hjelmare
Browse files

Fix homematicip cloud alarm_arm_home (#20321)

parent 4518e6bd
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ class HomematicipSecurityZone(HomematicipGenericDevice, AlarmControlPanel): ...@@ -76,7 +76,7 @@ class HomematicipSecurityZone(HomematicipGenericDevice, AlarmControlPanel):
async def async_alarm_arm_home(self, code=None): async def async_alarm_arm_home(self, code=None):
"""Send arm home command.""" """Send arm home command."""
await self._home.set_security_zones_activation(True, False) await self._home.set_security_zones_activation(False, True)
async def async_alarm_arm_away(self, code=None): async def async_alarm_arm_away(self, code=None):
"""Send arm away command.""" """Send arm away command."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment