From 392ea1929ad0053871c0644a03302ca2a24a0d4d Mon Sep 17 00:00:00 2001 From: Yordan Suarez Date: Thu, 30 Jan 2020 15:52:46 +0000 Subject: [PATCH] DIsabled integration showing entity --- custom_components/fpl/sensor.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/fpl/sensor.py b/custom_components/fpl/sensor.py index 67fd85d..d304d99 100644 --- a/custom_components/fpl/sensor.py +++ b/custom_components/fpl/sensor.py @@ -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):