Functions | |
| CALLBACK_TYPE | async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info) |
| list[dict[str, str]] | async_get_triggers (HomeAssistant hass, str device_id) |
| ConfigType | async_validate_trigger_config (HomeAssistant hass, ConfigType config) |
Variables | |
| string | CONF_SUBTYPE = "subtype" |
| string | CONF_TYPE_COMMAND = "command" |
| string | CONF_TYPE_STATUS = "status" |
| TRIGGER_SCHEMA | |
| dictionary | TRIGGER_SELECTION |
| list | TRIGGER_TYPES |
Provides device automations for RFXCOM RFXtrx.
| CALLBACK_TYPE homeassistant.components.rfxtrx.device_trigger.async_attach_trigger | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| TriggerActionType | action, | ||
| TriggerInfo | trigger_info | ||
| ) |
Attach a trigger.
Definition at line 86 of file device_trigger.py.
| list[dict[str, str]] homeassistant.components.rfxtrx.device_trigger.async_get_triggers | ( | HomeAssistant | hass, |
| str | device_id | ||
| ) |
List device triggers for RFXCOM RFXtrx devices.
Definition at line 48 of file device_trigger.py.
| ConfigType homeassistant.components.rfxtrx.device_trigger.async_validate_trigger_config | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Validate config.
Definition at line 67 of file device_trigger.py.
| string homeassistant.components.rfxtrx.device_trigger.CONF_SUBTYPE = "subtype" |
Definition at line 27 of file device_trigger.py.
| string homeassistant.components.rfxtrx.device_trigger.CONF_TYPE_COMMAND = "command" |
Definition at line 29 of file device_trigger.py.
| string homeassistant.components.rfxtrx.device_trigger.CONF_TYPE_STATUS = "status" |
Definition at line 30 of file device_trigger.py.
| homeassistant.components.rfxtrx.device_trigger.TRIGGER_SCHEMA |
Definition at line 40 of file device_trigger.py.
| dictionary homeassistant.components.rfxtrx.device_trigger.TRIGGER_SELECTION |
Definition at line 32 of file device_trigger.py.
| list homeassistant.components.rfxtrx.device_trigger.TRIGGER_TYPES |
Definition at line 36 of file device_trigger.py.