mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-19 18:25:26 +02:00
removed integration name prefix from hosts and their related sensors #24
This commit is contained in:
parent
92da2eb9a7
commit
018ed3cf9c
2 changed files with 2 additions and 2 deletions
|
@ -337,7 +337,7 @@ class MikrotikControllerHostDeviceTracker(ScannerEntity):
|
|||
(CONNECTION_NETWORK_MAC, self._data["mac-address"])},
|
||||
"manufacturer": self._ctrl.data["resource"]["platform"],
|
||||
"model": self._ctrl.data["resource"]["board-name"],
|
||||
"name": f"{self._inst} {self._data['host-name']}",
|
||||
"name": self._data['host-name'],
|
||||
}
|
||||
return info
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue