Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 19, 2023
1 parent c83ece4 commit d7935ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/BalboaGL/climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
CONF_SWING_MODE,
)
from esphome.core import CORE, coroutine
from .. import balboa_ns, CONF_BALBOA_ID, BalboaGL
from .. import balboagl_ns, CONF_BALBOA_ID, BalboaGL

AUTO_LOAD = ["climate"]

Expand All @@ -23,7 +23,7 @@
DEFAULT_FAN_MODES = ["OFF"]
DEFAULT_SWING_MODES = ["OFF"]

BalboaGL = balboa_ns.class_(
BalboaGL = balboagl_ns.class_(
"BalboaGLClimate", climate.Climate, cg.PollingComponent
)

Expand Down

0 comments on commit d7935ff

Please sign in to comment.