Skip to content

Commit

Permalink
Fix ci-custom test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy1Am committed Aug 10, 2024
1 parent 0845cb6 commit 3f5a135
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions esphome/components/mitsubishi_itp/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
binary_sensor,
text_sensor,
)
from esphome.components.mitsubishi_itp.climate import (
CONF_MITSUBISHI_ITP_ID,
MitsubishiUART,
)
from esphome.const import (
CONF_ID,
CONF_OUTDOOR_TEMPERATURE,
Expand All @@ -21,6 +17,10 @@
UNIT_PERCENT,
)
from esphome.core import coroutine
from .climate import (
CONF_MITSUBISHI_ITP_ID,
MitsubishiUART,
)

CONF_THERMOSTAT_BATTERY = "thermostat_battery"
CONF_THERMOSTAT_HUMIDITY = "thermostat_humidity"
Expand Down

0 comments on commit 3f5a135

Please sign in to comment.