mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Remove Wi-Fi dependency from Midea component (#5394)
This commit is contained in:
parent
8f1ce8c7f7
commit
41c829fa32
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ from esphome.components.climate import (
|
|||
)
|
||||
|
||||
CODEOWNERS = ["@dudanov"]
|
||||
DEPENDENCIES = ["climate", "uart", "wifi"]
|
||||
DEPENDENCIES = ["climate", "uart"]
|
||||
AUTO_LOAD = ["sensor"]
|
||||
CONF_OUTDOOR_TEMPERATURE = "outdoor_temperature"
|
||||
CONF_POWER_USAGE = "power_usage"
|
||||
|
|
Loading…
Reference in a new issue