some additional loggin

This commit is contained in:
Yordan Suarez
2020-06-27 00:58:11 +00:00
parent 3179a43ba7
commit 107d8c7419

View File

@@ -69,7 +69,9 @@ class FplSensor(Entity):
@property
def unique_id(self):
"""Return the ID of this device."""
return "{}{}".format(DOMAIN, self._account)
id = "{}{}".format(DOMAIN, self._account)
_LOGGER.info(f"ID: {id}")
return id
@property
def name(self):