mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-01 08:24:29 +02:00
improved debug messages
fixed TrafficSensor unique id
This commit is contained in:
parent
f1a239f118
commit
81f25765f7
4 changed files with 11 additions and 5 deletions
|
@ -117,7 +117,7 @@ class MikrotikControllerPortDeviceTracker(ScannerEntity):
|
|||
|
||||
async def async_added_to_hass(self):
|
||||
"""Port entity created."""
|
||||
_LOGGER.debug("New port tracker %s (%s)", self._inst, self._data['port-mac-address'])
|
||||
_LOGGER.debug("New port tracker %s (%s %s)", self._inst, self._data['default-name'], self._data['port-mac-address'])
|
||||
return
|
||||
|
||||
async def async_update(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue