Functions | |
| CALLBACK_TYPE | async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info) |
| dict[str, vol.Schema] | async_get_trigger_capabilities (HomeAssistant hass, ConfigType config) |
| list[dict[str, str]] | async_get_triggers (HomeAssistant hass, str device_id) |
Variables | |
| TRIGGER_SCHEMA | |
| dictionary | TRIGGER_TYPES = {"current_option_changed"} |
Provides device triggers for Select.
| CALLBACK_TYPE homeassistant.components.select.device_trigger.async_attach_trigger | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| TriggerActionType | action, | ||
| TriggerInfo | trigger_info | ||
| ) |
Attach a trigger.
Definition at line 65 of file device_trigger.py.
| dict[str, vol.Schema] homeassistant.components.select.device_trigger.async_get_trigger_capabilities | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
List trigger capabilities.
Definition at line 92 of file device_trigger.py.
| list[dict[str, str]] homeassistant.components.select.device_trigger.async_get_triggers | ( | HomeAssistant | hass, |
| str | device_id | ||
| ) |
List device triggers for Select devices.
Definition at line 47 of file device_trigger.py.
| homeassistant.components.select.device_trigger.TRIGGER_SCHEMA |
Definition at line 36 of file device_trigger.py.
| dictionary homeassistant.components.select.device_trigger.TRIGGER_TYPES = {"current_option_changed"} |
Definition at line 34 of file device_trigger.py.