list_automations
List Home Assistant automations with their IDs, entity IDs, state, and aliases. Supports an optional limit parameter to control the number of automations returned (1-200, default 50).
Instructions
List automations with their IDs, entity IDs, state, and aliases.
Args: limit: Max automations to return (1-200, default: 50)
Examples: list_automations() list_automations(limit=200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |