From 383b648baed11f7d810d1109e719cb273d5b69b9 Mon Sep 17 00:00:00 2001 From: bruxy70 Date: Thu, 8 Dec 2022 08:32:38 +0100 Subject: [PATCH] remove unused config validation --- custom_components/garbage_collection/config_flow.py | 1 - 1 file changed, 1 deletion(-) 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