Remove hidden property from egardia integration ()

This commit is contained in:
Franck Nijhof 2020-01-13 14:22:06 +01:00 committed by springstan
parent 3df329b8ec
commit c8a52d4566

View file

@ -64,12 +64,6 @@ class EgardiaBinarySensor(BinarySensorDevice):
"""Whether the device is switched on."""
return self._state == STATE_ON
@property
def hidden(self):
"""Whether the device is hidden by default."""
# these type of sensors are probably mainly used for automations
return True
@property
def device_class(self):
"""Return the device class."""