Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wemo.const Namespace Reference

Variables

string DOMAIN = "wemo"
 
string SERVICE_RESET_FILTER_LIFE = "reset_filter_life"
 
string SERVICE_SET_HUMIDITY = "set_humidity"
 
string WEMO_SUBSCRIPTION_EVENT = f"{DOMAIN}_subscription_event"
 

Detailed Description

Constants for the Belkin Wemo component.

Variable Documentation

◆ DOMAIN

string homeassistant.components.wemo.const.DOMAIN = "wemo"

Definition at line 3 of file const.py.

◆ SERVICE_RESET_FILTER_LIFE

string homeassistant.components.wemo.const.SERVICE_RESET_FILTER_LIFE = "reset_filter_life"

Definition at line 6 of file const.py.

◆ SERVICE_SET_HUMIDITY

string homeassistant.components.wemo.const.SERVICE_SET_HUMIDITY = "set_humidity"

Definition at line 5 of file const.py.

◆ WEMO_SUBSCRIPTION_EVENT

string homeassistant.components.wemo.const.WEMO_SUBSCRIPTION_EVENT = f"{DOMAIN}_subscription_event"

Definition at line 8 of file const.py.