mirror of
https://github.com/esphome/esphome.git
synced 2024-12-03 12:14:13 +01:00
Update climate.py
This commit is contained in:
parent
4ff866299f
commit
f36a9e2608
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ from esphome.components.climate import (
|
|||
|
||||
CODEOWNERS = ["@dudanov"]
|
||||
DEPENDENCIES = ["climate", "uart"]
|
||||
AUTO_LOAD = ["sensor", "midea_ir", "climate_ir", "coolix"]
|
||||
AUTO_LOAD = ["sensor", "climate_ir", "coolix", "midea_ir"]
|
||||
CONF_POWER_USAGE = "power_usage"
|
||||
CONF_HUMIDITY_SETPOINT = "humidity_setpoint"
|
||||
CONF_FAHRENHEIT = "fahrenheit"
|
||||
|
|
Loading…
Reference in a new issue