mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47: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:
|
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…
x
Reference in New Issue
Block a user