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 |
Constants for the Electra Air Conditioner integration.
| 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 |