Call Event
ha_call_eventPublish a custom event on the Home Assistant event bus to trigger automations, Node-RED flows, or custom integrations listening for specific event types.
Instructions
Execute a custom event on the Home Assistant event bus.
When NOT to use: for controlling entities (lights, switches, climate) — use ha_call_service instead. For triggering automations by name, use ha_call_service("automation", "trigger").
Use this to publish custom event types consumed by event-triggered automations, Node-RED flows, or custom integrations that subscribe to specific event types.
Caveats: Events are fire-and-forget; this tool confirms the event was accepted by the bus but does not verify whether any automation or subscriber acted on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| event_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||