parent
73feeacc39
commit
9f40074d66
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue