Remove Wi-Fi dependency from Midea component (#5394)

This commit is contained in:
Anthony 2023-09-20 16:30:22 -05:00 committed by Jesse Hills
parent 8f1ce8c7f7
commit 41c829fa32
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -35,7 +35,7 @@ from esphome.components.climate import (
) )
CODEOWNERS = ["@dudanov"] CODEOWNERS = ["@dudanov"]
DEPENDENCIES = ["climate", "uart", "wifi"] DEPENDENCIES = ["climate", "uart"]
AUTO_LOAD = ["sensor"] AUTO_LOAD = ["sensor"]
CONF_OUTDOOR_TEMPERATURE = "outdoor_temperature" CONF_OUTDOOR_TEMPERATURE = "outdoor_temperature"
CONF_POWER_USAGE = "power_usage" CONF_POWER_USAGE = "power_usage"