Fix small typo in alarmdotcom component (#30758)

This commit is contained in:
Akın Ömeroğlu 2020-01-14 19:47:59 +03:00 committed by Franck Nijhof
parent a26fef38a2
commit 0b8a269b23

View File

@ -115,7 +115,7 @@ class AlarmDotCom(alarm.AlarmControlPanel):
await self._alarm.async_alarm_disarm()
async def async_alarm_arm_home(self, code=None):
"""Send arm hom command."""
"""Send arm home command."""
if self._validate_code(code):
await self._alarm.async_alarm_arm_home()