mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix small typo in alarmdotcom component (#30758)
This commit is contained in:
parent
a26fef38a2
commit
0b8a269b23
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user