Fix typo in water heater integration (#132891)

Fix typo in water heater componant
pull/132900/head
Ludovic BOUÉ 2024-12-11 07:36:09 +01:00 committed by GitHub
parent 73feeacc39
commit 9f40074d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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