diff --git a/homeassistant/components/concord232/binary_sensor.py b/homeassistant/components/concord232/binary_sensor.py index 1288b9472ed..7fd1d9748b3 100644 --- a/homeassistant/components/concord232/binary_sensor.py +++ b/homeassistant/components/concord232/binary_sensor.py @@ -115,11 +115,6 @@ class Concord232ZoneSensor(BinarySensorEntity): """Return the class of this sensor, from DEVICE_CLASSES.""" return self._zone_type - @property - def should_poll(self): - """No polling needed.""" - return True - @property def name(self): """Return the name of the binary sensor.""" diff --git a/homeassistant/components/maxcube/binary_sensor.py b/homeassistant/components/maxcube/binary_sensor.py index 1897f3b7465..312f55ce0d8 100644 --- a/homeassistant/components/maxcube/binary_sensor.py +++ b/homeassistant/components/maxcube/binary_sensor.py @@ -38,11 +38,6 @@ class MaxCubeShutter(BinarySensorEntity): self._cubehandle = handler self._state = None - @property - def should_poll(self): - """Return the polling state.""" - return True - @property def name(self): """Return the name of the BinarySensorEntity."""