mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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
|
self._base_station.mode = self._home_mode_name
|
||||||
|
|
||||||
async def async_alarm_arm_night(self, code=None):
|
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
|
self._base_station.mode = self._night_mode_name
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user