mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-10 17:34:29 +02:00
Changed device tracker name return to None
This commit is contained in:
parent
1722a3e346
commit
12a952a77d
1 changed files with 2 additions and 2 deletions
|
@ -97,9 +97,9 @@ class MikrotikHostDeviceTracker(MikrotikDeviceTracker):
|
||||||
return timedelta(seconds=track_network_hosts_timeout)
|
return timedelta(seconds=track_network_hosts_timeout)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self) -> str:
|
def name(self) -> Any:
|
||||||
"""Return the name."""
|
"""Return the name."""
|
||||||
return ""
|
return None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_connected(self) -> bool:
|
def is_connected(self) -> bool:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue