mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Missed one small comment
This commit is contained in:
parent
cc166bf6a7
commit
732743aeb5
@ -110,7 +110,7 @@ class ArloBaseStation(AlarmControlPanel):
|
||||
self._base_station.mode = self._home_mode_name
|
||||
|
||||
async def async_alarm_arm_night(self, code=None):
|
||||
"""Send arm away command. Uses custom mode."""
|
||||
"""Send arm night command. Uses custom mode."""
|
||||
self._base_station.mode = self._night_mode_name
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user