Fix humidifier entity feature docstring (#131470)

fix docstring to refer to the correct entity
This commit is contained in:
kongo09
2024-11-24 20:27:22 +01:00
committed by GitHub
parent 84630ef8cc
commit 4c603913ca

View File

@@ -57,7 +57,7 @@ SERVICE_SET_HUMIDITY = "set_humidity"
class HumidifierEntityFeature(IntFlag): class HumidifierEntityFeature(IntFlag):
"""Supported features of the alarm control panel entity.""" """Supported features of the humidifier entity."""
MODES = 1 MODES = 1