diff --git a/homeassistant/components/recollect_waste/sensor.py b/homeassistant/components/recollect_waste/sensor.py index b7291df86ba..0eb2f584fcc 100644 --- a/homeassistant/components/recollect_waste/sensor.py +++ b/homeassistant/components/recollect_waste/sensor.py @@ -7,7 +7,6 @@ from homeassistant.components.sensor import SensorEntity from homeassistant.config_entries import ConfigEntry from homeassistant.const import CONF_FRIENDLY_NAME, DEVICE_CLASS_DATE from homeassistant.core import HomeAssistant, callback -from homeassistant.helpers import config_validation as cv from homeassistant.helpers.entity_platform import AddEntitiesCallback from homeassistant.helpers.update_coordinator import ( CoordinatorEntity, @@ -23,8 +22,6 @@ ATTR_NEXT_PICKUP_DATE = "next_pickup_date" DEFAULT_NAME = "Waste Pickup" -PLATFORM_SCHEMA = cv.deprecated(DOMAIN) - @callback def async_get_pickup_type_names(