mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +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):
|
class WaterHeaterEntityFeature(IntFlag):
|
||||||
"""Supported features of the fan entity."""
|
"""Supported features of the water heater entity."""
|
||||||
|
|
||||||
TARGET_TEMPERATURE = 1
|
TARGET_TEMPERATURE = 1
|
||||||
OPERATION_MODE = 2
|
OPERATION_MODE = 2
|
||||||
|
Reference in New Issue
Block a user