Update climate.py

This commit is contained in:
Djordje 2024-11-14 16:12:31 +01:00
parent a366986bb3
commit 4ff866299f

View file

@ -37,7 +37,7 @@ from esphome.components.climate import (
CODEOWNERS = ["@dudanov"] CODEOWNERS = ["@dudanov"]
DEPENDENCIES = ["climate", "uart"] DEPENDENCIES = ["climate", "uart"]
AUTO_LOAD = ["sensor", "midea_ir"] AUTO_LOAD = ["sensor", "midea_ir", "climate_ir", "coolix"]
CONF_POWER_USAGE = "power_usage" CONF_POWER_USAGE = "power_usage"
CONF_HUMIDITY_SETPOINT = "humidity_setpoint" CONF_HUMIDITY_SETPOINT = "humidity_setpoint"
CONF_FAHRENHEIT = "fahrenheit" CONF_FAHRENHEIT = "fahrenheit"