mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 00:40:20 +01:00
61079ab7fa
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
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"
|