Fix humidifier entity feature docstring (#131470)
fix docstring to refer to the correct entitypull/131479/head
parent
84630ef8cc
commit
4c603913ca
|
@ -57,7 +57,7 @@ SERVICE_SET_HUMIDITY = "set_humidity"
|
|||
|
||||
|
||||
class HumidifierEntityFeature(IntFlag):
|
||||
"""Supported features of the alarm control panel entity."""
|
||||
"""Supported features of the humidifier entity."""
|
||||
|
||||
MODES = 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue