2019-11-28 00:49:12 +00:00
|
|
|
"""Constants for the Belkin Wemo component."""
|
|
|
|
DOMAIN = "wemo"
|
|
|
|
|
|
|
|
SERVICE_SET_HUMIDITY = "set_humidity"
|
|
|
|
SERVICE_RESET_FILTER_LIFE = "reset_filter_life"
|
2021-06-16 10:00:34 +00:00
|
|
|
|
|
|
|
WEMO_SUBSCRIPTION_EVENT = f"{DOMAIN}_subscription_event"
|