Home Assistant Unofficial Reference 2024.12.1
device_action.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.zha.device_action
 

Functions

None homeassistant.components.zha.device_action._execute_cluster_handler_command_based_action (HomeAssistant hass, dict[str, Any] config, TemplateVarsType variables, Context|None context)
 
None homeassistant.components.zha.device_action._execute_service_based_action (HomeAssistant hass, dict[str, Any] config, TemplateVarsType variables, Context|None context)
 
None homeassistant.components.zha.device_action.async_call_action_from_config (HomeAssistant hass, ConfigType config, TemplateVarsType variables, Context|None context)
 
dict[str, vol.Schema] homeassistant.components.zha.device_action.async_get_action_capabilities (HomeAssistant hass, ConfigType config)
 
list[dict[str, str]] homeassistant.components.zha.device_action.async_get_actions (HomeAssistant hass, str device_id)
 
ConfigType homeassistant.components.zha.device_action.async_validate_action_config (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.zha.device_action.ACTION_SCHEMA
 
dictionary homeassistant.components.zha.device_action.ACTION_SCHEMA_MAP
 
string homeassistant.components.zha.device_action.ACTION_SQUAWK = "squawk"
 
string homeassistant.components.zha.device_action.ACTION_WARN = "warn"
 
string homeassistant.components.zha.device_action.ATTR_DATA = "data"
 
string homeassistant.components.zha.device_action.ATTR_IEEE = "ieee"
 
dictionary homeassistant.components.zha.device_action.CLUSTER_HANDLER_MAPPINGS
 
string homeassistant.components.zha.device_action.CONF_ZHA_ACTION_TYPE = "zha_action_type"
 
 homeassistant.components.zha.device_action.DEFAULT_ACTION_SCHEMA
 
dictionary homeassistant.components.zha.device_action.DEVICE_ACTION_SCHEMAS
 
dictionary homeassistant.components.zha.device_action.DEVICE_ACTION_TYPES
 
dictionary homeassistant.components.zha.device_action.DEVICE_ACTIONS
 
string homeassistant.components.zha.device_action.INOVELLI_ALL_LED_EFFECT = "issue_all_led_effect"
 
 homeassistant.components.zha.device_action.INOVELLI_ALL_LED_EFFECT_SCHEMA
 
string homeassistant.components.zha.device_action.INOVELLI_INDIVIDUAL_LED_EFFECT = "issue_individual_led_effect"
 
 homeassistant.components.zha.device_action.INOVELLI_INDIVIDUAL_LED_EFFECT_SCHEMA
 
dictionary homeassistant.components.zha.device_action.SERVICE_NAMES
 
string homeassistant.components.zha.device_action.ZHA_ACTION_TYPE_CLUSTER_HANDLER_COMMAND = "cluster_handler_command"
 
string homeassistant.components.zha.device_action.ZHA_ACTION_TYPE_SERVICE_CALL = "service_call"
 
dictionary homeassistant.components.zha.device_action.ZHA_ACTION_TYPES