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 18d80e1 commit 99bd64d
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"]
AUTO_LOAD = ["climate","switch","select","sensor"]

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

0 comments on commit 99bd64d

Please sign in to comment.