mirror of
https://github.com/elisspace/core.git
synced 2026-09-06 02:24:32 +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"
|