mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-29 08:07:27 +02: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"
|