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) |
Variables | |
| TRIGGER_SCHEMA | |
| dictionary | TRIGGER_TYPES = {"turn_on"} |
Provides device automations for Arcam FMJ Receiver control.
| CALLBACK_TYPE homeassistant.components.arcam_fmj.device_trigger.async_attach_trigger | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| TriggerActionType | action, | ||
| TriggerInfo | trigger_info | ||
| ) |
Attach a trigger.
Definition at line 51 of file device_trigger.py.
| list[dict[str, str]] homeassistant.components.arcam_fmj.device_trigger.async_get_triggers | ( | HomeAssistant | hass, |
| str | device_id | ||
| ) |
List device triggers for Arcam FMJ Receiver control devices.
Definition at line 32 of file device_trigger.py.
| homeassistant.components.arcam_fmj.device_trigger.TRIGGER_SCHEMA |
Definition at line 24 of file device_trigger.py.
| dictionary homeassistant.components.arcam_fmj.device_trigger.TRIGGER_TYPES = {"turn_on"} |
Definition at line 23 of file device_trigger.py.