Fix homematicip cloud alarm_arm_home (#20321)

This commit is contained in:
coreGreenberet 2019-01-25 19:45:42 +01:00 committed by Martin Hjelmare
parent 4518e6bdf7
commit 2bc7444427

View file

@ -76,7 +76,7 @@ class HomematicipSecurityZone(HomematicipGenericDevice, AlarmControlPanel):
async def async_alarm_arm_home(self, code=None):
"""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):
"""Send arm away command."""