mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Remove hidden property from fibaro integration (#30730)
This commit is contained in:
parent
0c14d4e067
commit
7143ed7ceb
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user