Skip to content

Commit

Permalink
Auto load components
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 17, 2023
1 parent 99bd64d commit ff50d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)
from esphome.core import CORE, coroutine

AUTO_LOAD = ["climate","switch","select","sensor"]
AUTO_LOAD = ["climate","switch","select","sensor","text_sensor"]

CONF_SUPPORTS = "supports"
DEFAULT_CLIMATE_MODES = ["HEAT","AUTO"]
Expand Down

0 comments on commit ff50d51

Please sign in to comment.