Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.electrasmart.const
 

Variables

int homeassistant.components.electrasmart.const.API_DELAY = 5
 
string homeassistant.components.electrasmart.const.CONF_IMEI = "imei"
 
string homeassistant.components.electrasmart.const.CONF_OTP = "one_time_password"
 
string homeassistant.components.electrasmart.const.CONF_PHONE_NUMBER = "phone_number"
 
int homeassistant.components.electrasmart.const.CONSECUTIVE_FAILURE_THRESHOLD = 4
 
string homeassistant.components.electrasmart.const.DOMAIN = "electrasmart"
 
string homeassistant.components.electrasmart.const.PRESET_NONE = "None"
 
string homeassistant.components.electrasmart.const.PRESET_SHABAT = "Shabat"
 
int homeassistant.components.electrasmart.const.SCAN_INTERVAL_SEC = 30
 
int homeassistant.components.electrasmart.const.UNAVAILABLE_THRESH_SEC = 120