diff --git a/custom_components/garbage_collection/config_flow.py b/custom_components/garbage_collection/config_flow.py index 7171432..8521467 100644 --- a/custom_components/garbage_collection/config_flow.py +++ b/custom_components/garbage_collection/config_flow.py @@ -7,7 +7,6 @@ from collections.abc import Mapping from typing import Any, Dict, cast -import homeassistant.helpers.config_validation as cv import voluptuous as vol from homeassistant.const import ATTR_HIDDEN, CONF_ENTITIES, CONF_NAME from homeassistant.core import callback