Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.zha.const
 

Variables

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