Fix homematicip cloud alarm_arm_home (#20321)
This commit is contained in:
parent
4518e6bdf7
commit
2bc7444427
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Reference in a new issue