mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Test autoload midea_ir inside midea component
This commit is contained in:
parent
ff6f57a499
commit
a366986bb3
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"]
|
||||
AUTO_LOAD = ["sensor", "midea_ir"]
|
||||
CONF_POWER_USAGE = "power_usage"
|
||||
CONF_HUMIDITY_SETPOINT = "humidity_setpoint"
|
||||
CONF_FAHRENHEIT = "fahrenheit"
|
||||
|
|
Loading…
Reference in a new issue