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

Variables

list BATTERY_MODELS
 
string CONF_INTERFACE = "interface"
 
string CONF_KEY = "key"
 
string CONF_SID = "sid"
 
int DEFAULT_DISCOVERY_RETRY = 5
 
string DOMAIN = "xiaomi_aqara"
 
string GATEWAYS_KEY = "gateways"
 
string KEY_SETUP_LOCK = "setup_lock"
 
string KEY_UNSUB_STOP = "unsub_stop"
 
string LISTENER_KEY = "listener"
 
list POWER_MODELS
 
string ZEROCONF_ACPARTNER = "lumi-acpartner"
 
string ZEROCONF_GATEWAY = "lumi-gateway"
 

Detailed Description

Constants of the Xiaomi Aqara component.

Variable Documentation

◆ BATTERY_MODELS

list homeassistant.components.xiaomi_aqara.const.BATTERY_MODELS

Definition at line 19 of file const.py.

◆ CONF_INTERFACE

string homeassistant.components.xiaomi_aqara.const.CONF_INTERFACE = "interface"

Definition at line 13 of file const.py.

◆ CONF_KEY

string homeassistant.components.xiaomi_aqara.const.CONF_KEY = "key"

Definition at line 14 of file const.py.

◆ CONF_SID

string homeassistant.components.xiaomi_aqara.const.CONF_SID = "sid"

Definition at line 15 of file const.py.

◆ DEFAULT_DISCOVERY_RETRY

int homeassistant.components.xiaomi_aqara.const.DEFAULT_DISCOVERY_RETRY = 5

Definition at line 17 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ GATEWAYS_KEY

string homeassistant.components.xiaomi_aqara.const.GATEWAYS_KEY = "gateways"

Definition at line 5 of file const.py.

◆ KEY_SETUP_LOCK

string homeassistant.components.xiaomi_aqara.const.KEY_SETUP_LOCK = "setup_lock"

Definition at line 8 of file const.py.

◆ KEY_UNSUB_STOP

string homeassistant.components.xiaomi_aqara.const.KEY_UNSUB_STOP = "unsub_stop"

Definition at line 7 of file const.py.

◆ LISTENER_KEY

string homeassistant.components.xiaomi_aqara.const.LISTENER_KEY = "listener"

Definition at line 6 of file const.py.

◆ POWER_MODELS

list homeassistant.components.xiaomi_aqara.const.POWER_MODELS
Initial value:
1 = [
2  "86plug",
3  "ctrl_86plug",
4  "ctrl_86plug.aq1",
5 ]

Definition at line 61 of file const.py.

◆ ZEROCONF_ACPARTNER

string homeassistant.components.xiaomi_aqara.const.ZEROCONF_ACPARTNER = "lumi-acpartner"

Definition at line 11 of file const.py.

◆ ZEROCONF_GATEWAY

string homeassistant.components.xiaomi_aqara.const.ZEROCONF_GATEWAY = "lumi-gateway"

Definition at line 10 of file const.py.