|
| list[dict[str, str]] | homeassistant.components.device_automation.toggle_entity._async_get_automations (HomeAssistant hass, str device_id, list[dict[str, str]] automation_templates, str domain) |
| |
| CALLBACK_TYPE | homeassistant.components.device_automation.toggle_entity.async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info) |
| |
| None | homeassistant.components.device_automation.toggle_entity.async_call_action_from_config (HomeAssistant hass, ConfigType config, TemplateVarsType variables, Context|None context, str domain) |
| |
| condition.ConditionCheckerType | homeassistant.components.device_automation.toggle_entity.async_condition_from_config (HomeAssistant hass, ConfigType config) |
| |
| list[dict[str, str]] | homeassistant.components.device_automation.toggle_entity.async_get_actions (HomeAssistant hass, str device_id, str domain) |
| |
| dict[str, vol.Schema] | homeassistant.components.device_automation.toggle_entity.async_get_condition_capabilities (HomeAssistant hass, ConfigType config) |
| |
| list[dict[str, str]] | homeassistant.components.device_automation.toggle_entity.async_get_conditions (HomeAssistant hass, str device_id, str domain) |
| |
| dict[str, vol.Schema] | homeassistant.components.device_automation.toggle_entity.async_get_trigger_capabilities (HomeAssistant hass, ConfigType config) |
| |
| list[dict[str, str]] | homeassistant.components.device_automation.toggle_entity.async_get_triggers (HomeAssistant hass, str device_id, str domain) |
| |