Deploy Home Assistant on Ubuntu server with Docker and complementary services.
/plugin marketplace add Lobbi-Docs/claude/plugin install home-assistant-architect@claude-orchestration# Home Assistant Deploy Command Deploy Home Assistant on Ubuntu server with Docker and complementary services. ## Usage ## Actions | Action | Description | |--------|-------------| | init | Initialize deployment directory | | full | Full stack deployment | | minimal | Minimal HA + MQTT deployment | | update | Update all containers | | backup | Create backup | | restore | Restore from backup | | status | Check deployment status | | logs | View container logs | ## Examples ## Implementation /opt/homeassistant/ ├── docker-compose.yaml ├── .env ├── homeassistant/ ├── mosquitto/ │ ...