added debugs

This commit is contained in:
tomaae 2021-01-17 13:58:15 +01:00
parent 8bfc64d4c8
commit b309ec235a
2 changed files with 4 additions and 0 deletions

View file

@ -150,6 +150,7 @@ class MikrotikControllerDeviceTracker(ScannerEntity):
def __init__(self, inst, uid, mikrotik_controller, config_entry, sid_data):
"""Set up a device tracker."""
_LOGGER.debug("Initializing device tracker sensor: %s", uid)
self._sid_data = sid_data
self._inst = inst
self._ctrl = mikrotik_controller