diff --git a/components/BalboaGL/__init__.py b/components/BalboaGL/__init__.py index e9b6494..59b8dff 100644 --- a/components/BalboaGL/__init__.py +++ b/components/BalboaGL/__init__.py @@ -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"]