Code cleanup

This commit is contained in:
tomaae 2020-12-25 23:31:51 +01:00
parent ec1788ad3a
commit d245bed440
3 changed files with 35 additions and 16 deletions

View file

@ -221,6 +221,10 @@ class MikrotikControllerDeviceTracker(ScannerEntity):
attributes = self._attrs
return attributes
@property
def is_connected(self) -> bool:
return False
# ---------------------------
# MikrotikControllerHostDeviceTracker