diff --git a/homeassistant/components/picnic/sensor.py b/homeassistant/components/picnic/sensor.py index 74c37e9d5ce..5e2e507e450 100644 --- a/homeassistant/components/picnic/sensor.py +++ b/homeassistant/components/picnic/sensor.py @@ -271,11 +271,6 @@ class PicnicSensor(SensorEntity, CoordinatorEntity): ) return self.entity_description.value_fn(data_set) - @property - def available(self) -> bool: - """Return True if last update was successful.""" - return self.coordinator.last_update_success - @property def device_info(self) -> DeviceInfo: """Return device info."""