Skip to content

Commit 5a08193

Browse files
authored
Fix platform definition for humidifier component
1 parent 19ed41a commit 5a08193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/humidifier_template/humidifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
DEFAULT_TARGET_HUMIDITY = 50
6464
DEFAULT_TARGET_HUMIDITY_STEP = 1.0
6565
DOMAIN = "humidifier_template"
66-
PLATFORMS = [HUMIDIFIER_DOMAIN]
66+
PLATFORMS = ["humidifier"]
6767

6868

6969
def _humidity(value):

0 commit comments

Comments
 (0)