From 7143ed7ceb3011ada6f8c8b850dc753f6ca74df5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 13 Jan 2020 14:23:08 +0100 Subject: [PATCH] Remove hidden property from fibaro integration (#30730) --- homeassistant/components/fibaro/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/homeassistant/components/fibaro/__init__.py b/homeassistant/components/fibaro/__init__.py index 32d8f328ef8..52ecb881205 100644 --- a/homeassistant/components/fibaro/__init__.py +++ b/homeassistant/components/fibaro/__init__.py @@ -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."""