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

Variables

string ATTR_ACTIVE_COORDINATOR = "active_coordinator"
 
string ATTR_ATTRIBUTES = "attributes"
 
string ATTR_AVAILABLE = "available"
 
string ATTR_CLUSTER_NAME = "cluster_name"
 
string ATTR_DEVICE_TYPE = "device_type"
 
string ATTR_ENDPOINT_NAMES = "endpoint_names"
 
string ATTR_IEEE = "ieee"
 
string ATTR_LAST_SEEN = "last_seen"
 
string ATTR_LQI = "lqi"
 
string ATTR_MANUFACTURER = "manufacturer"
 
string ATTR_MANUFACTURER_CODE = "manufacturer_code"
 
string ATTR_NEIGHBORS = "neighbors"
 
string ATTR_NWK = "nwk"
 
string ATTR_POWER_SOURCE = "power_source"
 
string ATTR_QUIRK_APPLIED = "quirk_applied"
 
string ATTR_QUIRK_CLASS = "quirk_class"
 
string ATTR_QUIRK_ID = "quirk_id"
 
string ATTR_ROUTES = "routes"
 
string ATTR_RSSI = "rssi"
 
string ATTR_SIGNATURE = "signature"
 
string ATTR_SUCCESS = "success"
 
string CONF_ALARM_ARM_REQUIRES_CODE = "alarm_arm_requires_code"
 
string CONF_ALARM_FAILED_TRIES = "alarm_failed_tries"
 
string CONF_ALARM_MASTER_CODE = "alarm_master_code"
 
string CONF_BAUDRATE = "baudrate"
 
string CONF_CONSIDER_UNAVAILABLE_BATTERY = "consider_unavailable_battery"
 
string CONF_CONSIDER_UNAVAILABLE_MAINS = "consider_unavailable_mains"
 
string CONF_CUSTOM_QUIRKS_PATH = "custom_quirks_path"
 
string CONF_DEFAULT_LIGHT_TRANSITION = "default_light_transition"
 
string CONF_DEVICE_CONFIG = "device_config"
 
string CONF_ENABLE_ENHANCED_LIGHT_TRANSITION = "enhanced_light_transition"
 
string CONF_ENABLE_IDENTIFY_ON_JOIN = "enable_identify_on_join"
 
string CONF_ENABLE_LIGHT_TRANSITIONING_FLAG = "light_transitioning_flag"
 
string CONF_ENABLE_MAINS_STARTUP_POLLING = "enable_mains_startup_polling"
 
string CONF_ENABLE_QUIRKS = "enable_quirks"
 
string CONF_FLOW_CONTROL = "flow_control"
 
string CONF_GROUP_MEMBERS_ASSUME_STATE = "group_members_assume_state"
 
string CONF_RADIO_TYPE = "radio_type"
 
string CONF_USB_PATH = "usb_path"
 
string CONF_USE_THREAD = "use_thread"
 
string CONF_ZIGPY = "zigpy_config"
 
string CUSTOM_CONFIGURATION = "custom_configuration"
 
string DATA_ZHA = "zha"
 
string DATA_ZHA_DEVICE_TRIGGER_CACHE = "zha_device_trigger_cache"
 
string DEFAULT_DATABASE_NAME = "zigbee.db"
 
string DEVICE_PAIRING_STATUS = "pairing_status"
 
string DOMAIN = "zha"
 
tuple EZSP_OVERWRITE_EUI64
 
string GROUP_ID = "group_id"
 
string GROUP_IDS = "group_ids"
 
string GROUP_NAME = "group_name"
 
int MFG_CLUSTER_ID_START = 0xFC00
 
string ZHA_ALARM_OPTIONS = "zha_alarm_options"
 
string ZHA_OPTIONS = "zha_options"
 

Detailed Description

Constants for the ZHA integration.

Variable Documentation

◆ ATTR_ACTIVE_COORDINATOR

string homeassistant.components.zha.const.ATTR_ACTIVE_COORDINATOR = "active_coordinator"

Definition at line 7 of file const.py.

◆ ATTR_ATTRIBUTES

string homeassistant.components.zha.const.ATTR_ATTRIBUTES = "attributes"

Definition at line 8 of file const.py.

◆ ATTR_AVAILABLE

string homeassistant.components.zha.const.ATTR_AVAILABLE = "available"

Definition at line 9 of file const.py.

◆ ATTR_CLUSTER_NAME

string homeassistant.components.zha.const.ATTR_CLUSTER_NAME = "cluster_name"

Definition at line 11 of file const.py.

◆ ATTR_DEVICE_TYPE

string homeassistant.components.zha.const.ATTR_DEVICE_TYPE = "device_type"

Definition at line 10 of file const.py.

◆ ATTR_ENDPOINT_NAMES

string homeassistant.components.zha.const.ATTR_ENDPOINT_NAMES = "endpoint_names"

Definition at line 12 of file const.py.

◆ ATTR_IEEE

string homeassistant.components.zha.const.ATTR_IEEE = "ieee"

Definition at line 13 of file const.py.

◆ ATTR_LAST_SEEN

string homeassistant.components.zha.const.ATTR_LAST_SEEN = "last_seen"

Definition at line 14 of file const.py.

◆ ATTR_LQI

string homeassistant.components.zha.const.ATTR_LQI = "lqi"

Definition at line 15 of file const.py.

◆ ATTR_MANUFACTURER

string homeassistant.components.zha.const.ATTR_MANUFACTURER = "manufacturer"

Definition at line 16 of file const.py.

◆ ATTR_MANUFACTURER_CODE

string homeassistant.components.zha.const.ATTR_MANUFACTURER_CODE = "manufacturer_code"

Definition at line 17 of file const.py.

◆ ATTR_NEIGHBORS

string homeassistant.components.zha.const.ATTR_NEIGHBORS = "neighbors"

Definition at line 18 of file const.py.

◆ ATTR_NWK

string homeassistant.components.zha.const.ATTR_NWK = "nwk"

Definition at line 19 of file const.py.

◆ ATTR_POWER_SOURCE

string homeassistant.components.zha.const.ATTR_POWER_SOURCE = "power_source"

Definition at line 20 of file const.py.

◆ ATTR_QUIRK_APPLIED

string homeassistant.components.zha.const.ATTR_QUIRK_APPLIED = "quirk_applied"

Definition at line 21 of file const.py.

◆ ATTR_QUIRK_CLASS

string homeassistant.components.zha.const.ATTR_QUIRK_CLASS = "quirk_class"

Definition at line 22 of file const.py.

◆ ATTR_QUIRK_ID

string homeassistant.components.zha.const.ATTR_QUIRK_ID = "quirk_id"

Definition at line 23 of file const.py.

◆ ATTR_ROUTES

string homeassistant.components.zha.const.ATTR_ROUTES = "routes"

Definition at line 24 of file const.py.

◆ ATTR_RSSI

string homeassistant.components.zha.const.ATTR_RSSI = "rssi"

Definition at line 25 of file const.py.

◆ ATTR_SIGNATURE

string homeassistant.components.zha.const.ATTR_SIGNATURE = "signature"

Definition at line 26 of file const.py.

◆ ATTR_SUCCESS

string homeassistant.components.zha.const.ATTR_SUCCESS = "success"

Definition at line 27 of file const.py.

◆ CONF_ALARM_ARM_REQUIRES_CODE

string homeassistant.components.zha.const.CONF_ALARM_ARM_REQUIRES_CODE = "alarm_arm_requires_code"

Definition at line 32 of file const.py.

◆ CONF_ALARM_FAILED_TRIES

string homeassistant.components.zha.const.CONF_ALARM_FAILED_TRIES = "alarm_failed_tries"

Definition at line 31 of file const.py.

◆ CONF_ALARM_MASTER_CODE

string homeassistant.components.zha.const.CONF_ALARM_MASTER_CODE = "alarm_master_code"

Definition at line 30 of file const.py.

◆ CONF_BAUDRATE

string homeassistant.components.zha.const.CONF_BAUDRATE = "baudrate"

Definition at line 37 of file const.py.

◆ CONF_CONSIDER_UNAVAILABLE_BATTERY

string homeassistant.components.zha.const.CONF_CONSIDER_UNAVAILABLE_BATTERY = "consider_unavailable_battery"

Definition at line 50 of file const.py.

◆ CONF_CONSIDER_UNAVAILABLE_MAINS

string homeassistant.components.zha.const.CONF_CONSIDER_UNAVAILABLE_MAINS = "consider_unavailable_mains"

Definition at line 49 of file const.py.

◆ CONF_CUSTOM_QUIRKS_PATH

string homeassistant.components.zha.const.CONF_CUSTOM_QUIRKS_PATH = "custom_quirks_path"

Definition at line 41 of file const.py.

◆ CONF_DEFAULT_LIGHT_TRANSITION

string homeassistant.components.zha.const.CONF_DEFAULT_LIGHT_TRANSITION = "default_light_transition"

Definition at line 43 of file const.py.

◆ CONF_DEVICE_CONFIG

string homeassistant.components.zha.const.CONF_DEVICE_CONFIG = "device_config"

Definition at line 54 of file const.py.

◆ CONF_ENABLE_ENHANCED_LIGHT_TRANSITION

string homeassistant.components.zha.const.CONF_ENABLE_ENHANCED_LIGHT_TRANSITION = "enhanced_light_transition"

Definition at line 44 of file const.py.

◆ CONF_ENABLE_IDENTIFY_ON_JOIN

string homeassistant.components.zha.const.CONF_ENABLE_IDENTIFY_ON_JOIN = "enable_identify_on_join"

Definition at line 48 of file const.py.

◆ CONF_ENABLE_LIGHT_TRANSITIONING_FLAG

string homeassistant.components.zha.const.CONF_ENABLE_LIGHT_TRANSITIONING_FLAG = "light_transitioning_flag"

Definition at line 45 of file const.py.

◆ CONF_ENABLE_MAINS_STARTUP_POLLING

string homeassistant.components.zha.const.CONF_ENABLE_MAINS_STARTUP_POLLING = "enable_mains_startup_polling"

Definition at line 51 of file const.py.

◆ CONF_ENABLE_QUIRKS

string homeassistant.components.zha.const.CONF_ENABLE_QUIRKS = "enable_quirks"

Definition at line 40 of file const.py.

◆ CONF_FLOW_CONTROL

string homeassistant.components.zha.const.CONF_FLOW_CONTROL = "flow_control"

Definition at line 38 of file const.py.

◆ CONF_GROUP_MEMBERS_ASSUME_STATE

string homeassistant.components.zha.const.CONF_GROUP_MEMBERS_ASSUME_STATE = "group_members_assume_state"

Definition at line 46 of file const.py.

◆ CONF_RADIO_TYPE

string homeassistant.components.zha.const.CONF_RADIO_TYPE = "radio_type"

Definition at line 34 of file const.py.

◆ CONF_USB_PATH

string homeassistant.components.zha.const.CONF_USB_PATH = "usb_path"

Definition at line 35 of file const.py.

◆ CONF_USE_THREAD

string homeassistant.components.zha.const.CONF_USE_THREAD = "use_thread"

Definition at line 36 of file const.py.

◆ CONF_ZIGPY

string homeassistant.components.zha.const.CONF_ZIGPY = "zigpy_config"

Definition at line 53 of file const.py.

◆ CUSTOM_CONFIGURATION

string homeassistant.components.zha.const.CUSTOM_CONFIGURATION = "custom_configuration"

Definition at line 56 of file const.py.

◆ DATA_ZHA

string homeassistant.components.zha.const.DATA_ZHA = "zha"

Definition at line 58 of file const.py.

◆ DATA_ZHA_DEVICE_TRIGGER_CACHE

string homeassistant.components.zha.const.DATA_ZHA_DEVICE_TRIGGER_CACHE = "zha_device_trigger_cache"

Definition at line 59 of file const.py.

◆ DEFAULT_DATABASE_NAME

string homeassistant.components.zha.const.DEFAULT_DATABASE_NAME = "zigbee.db"

Definition at line 61 of file const.py.

◆ DEVICE_PAIRING_STATUS

string homeassistant.components.zha.const.DEVICE_PAIRING_STATUS = "pairing_status"

Definition at line 63 of file const.py.

◆ DOMAIN

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

Definition at line 65 of file const.py.

◆ EZSP_OVERWRITE_EUI64

tuple homeassistant.components.zha.const.EZSP_OVERWRITE_EUI64
Initial value:
1 = (
2  "i_understand_i_can_update_eui64_only_once_and_i_still_want_to_do_it"
3 )

Definition at line 3 of file const.py.

◆ GROUP_ID

string homeassistant.components.zha.const.GROUP_ID = "group_id"

Definition at line 67 of file const.py.

◆ GROUP_IDS

string homeassistant.components.zha.const.GROUP_IDS = "group_ids"

Definition at line 70 of file const.py.

◆ GROUP_NAME

string homeassistant.components.zha.const.GROUP_NAME = "group_name"

Definition at line 71 of file const.py.

◆ MFG_CLUSTER_ID_START

int homeassistant.components.zha.const.MFG_CLUSTER_ID_START = 0xFC00

Definition at line 73 of file const.py.

◆ ZHA_ALARM_OPTIONS

string homeassistant.components.zha.const.ZHA_ALARM_OPTIONS = "zha_alarm_options"

Definition at line 75 of file const.py.

◆ ZHA_OPTIONS

string homeassistant.components.zha.const.ZHA_OPTIONS = "zha_options"

Definition at line 76 of file const.py.