mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 15:06:05 +01:00
9 lines
209 B
Python
9 lines
209 B
Python
"""Constants for the Belkin Wemo component."""
|
|
|
|
DOMAIN = "wemo"
|
|
|
|
SERVICE_SET_HUMIDITY = "set_humidity"
|
|
SERVICE_RESET_FILTER_LIFE = "reset_filter_life"
|
|
|
|
WEMO_SUBSCRIPTION_EVENT = f"{DOMAIN}_subscription_event"
|