mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-01 16:34:32 +02:00
Code cleanup
This commit is contained in:
parent
ec1788ad3a
commit
d245bed440
3 changed files with 35 additions and 16 deletions
|
@ -221,6 +221,10 @@ class MikrotikControllerDeviceTracker(ScannerEntity):
|
|||
attributes = self._attrs
|
||||
return attributes
|
||||
|
||||
@property
|
||||
def is_connected(self) -> bool:
|
||||
return False
|
||||
|
||||
|
||||
# ---------------------------
|
||||
# MikrotikControllerHostDeviceTracker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue