Remove hidden property from fibaro integration (#30730)
This commit is contained in:
parent
0c14d4e067
commit
7143ed7ceb
1 changed files with 0 additions and 5 deletions
|
@ -425,11 +425,6 @@ class FibaroDevice(Entity):
|
||||||
else:
|
else:
|
||||||
self.dont_know_message(cmd)
|
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
|
@property
|
||||||
def current_power_w(self):
|
def current_power_w(self):
|
||||||
"""Return the current power usage in W."""
|
"""Return the current power usage in W."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue