We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ed41a commit 5a08193Copy full SHA for 5a08193
1 file changed
custom_components/humidifier_template/humidifier.py
@@ -63,7 +63,7 @@
63
DEFAULT_TARGET_HUMIDITY = 50
64
DEFAULT_TARGET_HUMIDITY_STEP = 1.0
65
DOMAIN = "humidifier_template"
66
-PLATFORMS = [HUMIDIFIER_DOMAIN]
+PLATFORMS = ["humidifier"]
67
68
69
def _humidity(value):
0 commit comments