Remove hidden property from fibaro integration (#30730)

This commit is contained in:
Franck Nijhof 2020-01-13 14:23:08 +01:00 committed by springstan
parent 0c14d4e067
commit 7143ed7ceb

View file

@ -425,11 +425,6 @@ class FibaroDevice(Entity):
else:
self.dont_know_message(cmd)
@property
def hidden(self) -> bool:
"""Return True if the entity should be hidden from UIs."""
return self.fibaro_device.visible is False
@property
def current_power_w(self):
"""Return the current power usage in W."""