Skip to content

Commit

Permalink
Auto load climate and sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed Aug 25, 2024
1 parent 6dfb023 commit 75f65d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nibegw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from enum import IntEnum, Enum
from esphome.components import uart


AUTO_LOAD = ["sensor", "climate"]
DEPENDENCIES = ["logger"]

nibegw_ns = cg.esphome_ns.namespace("nibegw")
Expand Down

0 comments on commit 75f65d6

Please sign in to comment.