Update docstrings

This commit is contained in:
Fabian Affolter
2016-02-03 00:01:26 +01:00
parent 5cea8fda9f
commit 847e92f57a
4 changed files with 7 additions and 2 deletions

View File

@@ -57,10 +57,12 @@ class AlarmDotCom(alarm.AlarmControlPanel):
@property
def should_poll(self):
""" No polling needed. """
return True
@property
def name(self):
""" Returns the name of the device. """
return self._name
@property