mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Auto load test for midea and midea_ir
This commit is contained in:
parent
f36a9e2608
commit
2725f31ae7
2 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ from esphome.components.climate import (
|
|||
|
||||
CODEOWNERS = ["@dudanov"]
|
||||
DEPENDENCIES = ["climate", "uart"]
|
||||
AUTO_LOAD = ["sensor", "climate_ir", "coolix", "midea_ir"]
|
||||
AUTO_LOAD = ["sensor", "midea_ir"]
|
||||
CONF_POWER_USAGE = "power_usage"
|
||||
CONF_HUMIDITY_SETPOINT = "humidity_setpoint"
|
||||
CONF_FAHRENHEIT = "fahrenheit"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
AUTO_LOAD = ["climate_ir", "coolix"]
|
Loading…
Reference in a new issue