mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-15 03:44:31 +02:00
removed mikrotik name from accounting sensor names
This commit is contained in:
parent
66064ddd6b
commit
9b9d54c3c4
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ class MikrotikAccountingSensor(MikrotikControllerSensor):
|
|||
@property
|
||||
def name(self):
|
||||
"""Return the name."""
|
||||
return f"{self._inst} {self._data['host-name']} {self._type[ATTR_LABEL]} "
|
||||
return f"{self._data['host-name']} {self._type[ATTR_LABEL]} "
|
||||
|
||||
@property
|
||||
def unique_id(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue