mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix humidifier entity feature docstring (#131470)
fix docstring to refer to the correct entity
This commit is contained in:
parent
84630ef8cc
commit
4c603913ca
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user