mirror of
https://github.com/home-assistant/core.git
synced 2025-05-05 22:49:17 +00:00
Fix homematicip cloud alarm_arm_home (#20321)
This commit is contained in:
parent
4518e6bdf7
commit
2bc7444427
@ -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."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user