some additional loggin
This commit is contained in:
@@ -69,7 +69,9 @@ class FplSensor(Entity):
|
|||||||
@property
|
@property
|
||||||
def unique_id(self):
|
def unique_id(self):
|
||||||
"""Return the ID of this device."""
|
"""Return the ID of this device."""
|
||||||
return "{}{}".format(DOMAIN, self._account)
|
id = "{}{}".format(DOMAIN, self._account)
|
||||||
|
_LOGGER.info(f"ID: {id}")
|
||||||
|
return id
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user