Skip to content

Commit

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

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


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

0 comments on commit 11e3b33

Please sign in to comment.