Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlb committed Jan 14, 2025
1 parent 5518eef commit 958866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ha_blueair/humidifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def is_implemented(kls, coordinator):
return coordinator.auto_regulated_humidity is not NotImplemented

def __init__(self, coordinator: BlueairUpdateCoordinator):
"""Initialize the humidifer."""
"""Initialize the humidifier."""
self._attr_device_class = HumidifierDeviceClass.HUMIDIFIER
self._attr_supported_features = HumidifierEntityFeature.MODES
self._attr_available_modes = [
Expand Down

0 comments on commit 958866d

Please sign in to comment.