From 7a5177b7e20585ec23925a3fd91e3e655980ff72 Mon Sep 17 00:00:00 2001 From: Robert Hillis Date: Wed, 15 Dec 2021 18:43:26 -0500 Subject: [PATCH] Clean up dirt from recollect_waste yaml (#61964) --- homeassistant/components/recollect_waste/sensor.py | 3 --- 1 file changed, 3 deletions(-) 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(