Missed one small comment

This commit is contained in:
Morgan Kesler 2019-01-15 17:27:56 -05:00
parent cc166bf6a7
commit 732743aeb5

View File

@ -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