mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fix typo in water heater integration (#132891)
Fix typo in water heater componant
This commit is contained in:
parent
73feeacc39
commit
9f40074d66
@ -56,7 +56,7 @@ STATE_GAS = "gas"
|
||||
|
||||
|
||||
class WaterHeaterEntityFeature(IntFlag):
|
||||
"""Supported features of the fan entity."""
|
||||
"""Supported features of the water heater entity."""
|
||||
|
||||
TARGET_TEMPERATURE = 1
|
||||
OPERATION_MODE = 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user