Update __init__.py

This commit is contained in:
ElVit 2025-11-27 12:30:06 +01:00 committed by GitHub
parent ff64fc4abe
commit 8103bf8566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -6,11 +6,6 @@ from esphome.components.climate import (
ClimatePreset,
)
from esphome.const import (
CONF_ID,
CONF_SUPPORTED_MODES,
CONF_SUPPORTED_PRESETS,
CONF_CUSTOM_PRESETS,
CONF_VISUAL,
CONF_MIN_TEMPERATURE,
CONF_MAX_TEMPERATURE,
CONF_TEMPERATURE_STEP,