Home Assistant Unofficial Reference 2024.12.1
device_action.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.rfxtrx.device_action
 

Functions

tuple[dict[str, str], Callable[..., None]] homeassistant.components.rfxtrx.device_action._get_commands (HomeAssistant hass, str device_id, str action_type)
 
None homeassistant.components.rfxtrx.device_action.async_call_action_from_config (HomeAssistant hass, ConfigType config, TemplateVarsType variables, Context|None context)
 
list[dict[str, str]] homeassistant.components.rfxtrx.device_action.async_get_actions (HomeAssistant hass, str device_id)
 
ConfigType homeassistant.components.rfxtrx.device_action.async_validate_action_config (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.rfxtrx.device_action.ACTION_SCHEMA
 
dictionary homeassistant.components.rfxtrx.device_action.ACTION_SELECTION
 
string homeassistant.components.rfxtrx.device_action.ACTION_TYPE_COMMAND = "send_command"
 
string homeassistant.components.rfxtrx.device_action.ACTION_TYPE_STATUS = "send_status"
 
dictionary homeassistant.components.rfxtrx.device_action.ACTION_TYPES
 
string homeassistant.components.rfxtrx.device_action.CONF_DATA = "data"
 
string homeassistant.components.rfxtrx.device_action.CONF_SUBTYPE = "subtype"