Expose humidifier constants at the top level (#78033)

This commit is contained in:
epenet 2022-09-13 11:28:08 +02:00 committed by GitHub
parent b0249e6aa9
commit d88334b2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,9 @@ from .const import ( # noqa: F401
DEVICE_CLASS_DEHUMIDIFIER,
DEVICE_CLASS_HUMIDIFIER,
DOMAIN,
MODE_AUTO,
MODE_AWAY,
MODE_NORMAL,
SERVICE_SET_HUMIDITY,
SERVICE_SET_MODE,
SUPPORT_MODES,