mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-14 11:24: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
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
"""Return the name."""
|
"""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
|
@property
|
||||||
def unique_id(self):
|
def unique_id(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue