mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix typo in water heater integration (#132891)
Fix typo in water heater componant
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user