Skip to content

Commit

Permalink
Fix typo in water heater integration (#132891)
Browse files Browse the repository at this point in the history
Fix typo in water heater componant
  • Loading branch information
lboue authored Dec 11, 2024
1 parent 73feeac commit 9f40074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/water_heater/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@


class WaterHeaterEntityFeature(IntFlag):
"""Supported features of the fan entity."""
"""Supported features of the water heater entity."""

TARGET_TEMPERATURE = 1
OPERATION_MODE = 2
Expand Down

0 comments on commit 9f40074

Please sign in to comment.