Skip to content

Commit

Permalink
Merge pull request #72 from echavet:echavet/issue70
Browse files Browse the repository at this point in the history
UART unavailable on D1 Mini (ESP8226) after ~12hrs
  • Loading branch information
echavet authored Apr 19, 2024
2 parents 6634d26 + e23e2ed commit c3b13a2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion components/cn105/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@
)
from esphome.core import CORE, coroutine

AUTO_LOAD = ["climate", "sensor", "select", "binary_sensor", "text_sensor", "uart"]
AUTO_LOAD = [
"climate",
"sensor",
"select",
"binary_sensor",
"text_sensor",
"uart",
"uptime",
]

CONF_SUPPORTS = "supports"
# from https://github.com/wrouesnel/esphome-mitsubishiheatpump/blob/master/components/mitsubishi_heatpump/climate.py
Expand Down

0 comments on commit c3b13a2

Please sign in to comment.