mirror of
https://github.com/home-assistant/core.git
synced 2025-05-10 00:49:17 +00:00
6 lines
150 B
Python
6 lines
150 B
Python
"""Constants for the Belkin Wemo component."""
|
|
DOMAIN = "wemo"
|
|
|
|
SERVICE_SET_HUMIDITY = "set_humidity"
|
|
SERVICE_RESET_FILTER_LIFE = "reset_filter_life"
|