mirror of
https://github.com/elisspace/core.git
synced 2026-09-17 16:26:23 +00:00
9 lines
256 B
Python
9 lines
256 B
Python
"""Constants for the Belkin Wemo component."""
|
|
DOMAIN = "wemo"
|
|
|
|
SERVICE_SET_HUMIDITY = "set_humidity"
|
|
SERVICE_RESET_FILTER_LIFE = "reset_filter_life"
|
|
SIGNAL_WEMO_STATE_PUSH = f"{DOMAIN}.state_push"
|
|
|
|
WEMO_SUBSCRIPTION_EVENT = f"{DOMAIN}_subscription_event"
|