DIsabled integration showing entity

This commit is contained in:
Yordan Suarez
2020-01-30 15:52:46 +00:00
parent 7d5c111c1a
commit 392ea1929a

View File

@@ -52,10 +52,10 @@ class FplSensor(Entity):
async def async_added_to_hass(self):
await self.async_update()
@property
def unique_id(self):
"""Return the ID of this device."""
return "{}{}".format(self._account, hash(self._account))
#@property
#def unique_id(self):
# """Return the ID of this device."""
# return "{}{}".format(self._account, hash(self._account))
@property
def name(self):