Create, manage, and debug Home Assistant automations.
/plugin marketplace add Lobbi-Docs/claude/plugin install home-assistant-architect@claude-orchestration# Home Assistant Automation Command
Create, manage, and debug Home Assistant automations.
## Usage
## Actions
| Action | Description |
|--------|-------------|
| create | Create new automation from description |
| list | List all automations |
| enable | Enable an automation |
| disable | Disable an automation |
| trigger | Manually trigger an automation |
| debug | Debug an automation |
| optimize | Suggest optimizations |
## Examples
## Implementation
yaml
alias: "{automation_name}"
description: "{description}"
mode: single
trigger:
- platform: {trigger_type}
# trigger co...