mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Remove hidden property from fibaro integration (#30730)
This commit is contained in:
committed by
springstan
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."""
|
||||||
|
Reference in New Issue
Block a user