Skip to content

Commit

Permalink
Shunt around dependencies/autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
KazWolfe committed Jun 25, 2024
1 parent b20b333 commit 7a39c26
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions esphome/components/mitsubishi_itp/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,11 @@
"binary_sensor",
"button",
"text_sensor",
"time",
]
DEPENDENCIES = [
"uart",
"climate",
"sensor",
"binary_sensor",
"button",
"text_sensor",
"select",
]

CONF_UART_HEATPUMP = "uart_heatpump"
Expand Down

0 comments on commit 7a39c26

Please sign in to comment.