Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Belkin Wemo component."""
2 
3 DOMAIN = "wemo"
4 
5 SERVICE_SET_HUMIDITY = "set_humidity"
6 SERVICE_RESET_FILTER_LIFE = "reset_filter_life"
7 
8 WEMO_SUBSCRIPTION_EVENT = f"{DOMAIN}_subscription_event"