Fix humidifier entity feature docstring (#131470)

fix docstring to refer to the correct entity
pull/131479/head
kongo09 2024-11-24 20:27:22 +01:00 committed by GitHub
parent 84630ef8cc
commit 4c603913ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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