Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Electra Air Conditioner integration."""
2 
3 DOMAIN = "electrasmart"
4 
5 CONF_PHONE_NUMBER = "phone_number"
6 CONF_OTP = "one_time_password"
7 CONF_IMEI = "imei"
8 SCAN_INTERVAL_SEC = 30
9 API_DELAY = 5
10 CONSECUTIVE_FAILURE_THRESHOLD = 4
11 UNAVAILABLE_THRESH_SEC = 120
12 PRESET_NONE = "None"
13 PRESET_SHABAT = "Shabat"