sensor will be auto loaded

This commit is contained in:
GrKoR
2021-11-17 14:54:56 +03:00
parent c012fbba7f
commit c9f6dadd73

View File

@@ -22,7 +22,8 @@ from esphome.components.climate import (
_LOGGER = logging.getLogger(__name__)
CODEOWNERS = ["@GrKoR"]
DEPENDENCIES = ["climate", "uart", "sensor"]
DEPENDENCIES = ["climate", "uart"]
AUTO_LOAD = ["sensor"]
CONF_SUPPORTED_MODES = 'supported_modes'
CONF_SUPPORTED_SWING_MODES = 'supported_swing_modes'