DIsabled integration showing entity
This commit is contained in:
@@ -52,10 +52,10 @@ class FplSensor(Entity):
|
|||||||
async def async_added_to_hass(self):
|
async def async_added_to_hass(self):
|
||||||
await self.async_update()
|
await self.async_update()
|
||||||
|
|
||||||
@property
|
#@property
|
||||||
def unique_id(self):
|
#def unique_id(self):
|
||||||
"""Return the ID of this device."""
|
# """Return the ID of this device."""
|
||||||
return "{}{}".format(self._account, hash(self._account))
|
# return "{}{}".format(self._account, hash(self._account))
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user