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

Variables

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

Detailed Description

Constants for the Electra Air Conditioner integration.

Variable Documentation

◆ API_DELAY

int homeassistant.components.electrasmart.const.API_DELAY = 5

Definition at line 9 of file const.py.

◆ CONF_IMEI

string homeassistant.components.electrasmart.const.CONF_IMEI = "imei"

Definition at line 7 of file const.py.

◆ CONF_OTP

string homeassistant.components.electrasmart.const.CONF_OTP = "one_time_password"

Definition at line 6 of file const.py.

◆ CONF_PHONE_NUMBER

string homeassistant.components.electrasmart.const.CONF_PHONE_NUMBER = "phone_number"

Definition at line 5 of file const.py.

◆ CONSECUTIVE_FAILURE_THRESHOLD

int homeassistant.components.electrasmart.const.CONSECUTIVE_FAILURE_THRESHOLD = 4

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ PRESET_NONE

string homeassistant.components.electrasmart.const.PRESET_NONE = "None"

Definition at line 12 of file const.py.

◆ PRESET_SHABAT

string homeassistant.components.electrasmart.const.PRESET_SHABAT = "Shabat"

Definition at line 13 of file const.py.

◆ SCAN_INTERVAL_SEC

int homeassistant.components.electrasmart.const.SCAN_INTERVAL_SEC = 30

Definition at line 8 of file const.py.

◆ UNAVAILABLE_THRESH_SEC

int homeassistant.components.electrasmart.const.UNAVAILABLE_THRESH_SEC = 120

Definition at line 11 of file const.py.