From 4b4a0f80ba8c3132783e400a7cd21501ba8d5936 Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Sun, 26 Jan 2025 22:33:50 +0000 Subject: [PATCH] +1 --- custom_components/versatile_thermostat/config_schema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/versatile_thermostat/config_schema.py b/custom_components/versatile_thermostat/config_schema.py index 0c6681d..a3fbdef 100644 --- a/custom_components/versatile_thermostat/config_schema.py +++ b/custom_components/versatile_thermostat/config_schema.py @@ -1,7 +1,6 @@ """ All the schemas for ConfigFlow validation""" import voluptuous as vol -from voluptuous import All import homeassistant.helpers.config_validation as cv from homeassistant.helpers import selector