home-assistant-automation-scripts

Generate and validate Home Assistant automations, scripts, and blueprints.

21|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/antbald/ha-ev-smart-charger --skill home-assistant-automation-scripts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: home-assistant-automation-scripts
Source: https://github.com/antbald/ha-ev-smart-charger/tree/main/.agents/skills/home-assistant-automation-scripts
Command: npx skills add https://github.com/antbald/ha-ev-smart-charger --skill home-assistant-automation-scripts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Home Assistant automations, scripts, and blueprints help automate routine HA tasks by translating user requirements into reusable configurations, reducing manual editing and trial-and-error.

Core Features & Use Cases

  • Workflow guidance for drafting automations, scripts, and blueprints, including triggers, conditions, and actions.
  • Tooling map integration with ha-mcp to discover entities/services, validate templates, and generate config snippets.
  • Reusable templates and best-practices references to accelerate Home Assistant automation development.

Quick Start

Use this skill to generate a ready-to-run Home Assistant automation or script configuration for your scenario.

Frequently Asked Questions about home-assistant-automation-scripts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Home Assistant automation scripts and blueprints?

Generate Home Assistant automation scripts and blueprints by mapping triggers, conditions, and actions to reusable YAML templates, leveraging ha-mcp tooling for discovery and validation.

What is the difference between Home Assistant scripts, automations, and blueprints?

Home Assistant automations execute on triggers, scripts run action sequences on demand, and blueprints provide reusable templates to generate either without manual editing.

Can I use ha-mcp to validate Home Assistant templates and discover entities?

Yes, you can use ha-mcp tooling to discover available entities and services, validate templates, and generate ready-to-run Home Assistant configuration snippets.

What's the best way to troubleshoot a Home Assistant automation that isn't triggering?

Troubleshoot a Home Assistant automation by validating its triggers, conditions, and run modes against best-practice references, using ha-mcp to confirm entity states and service availability.

Do I need YAML to create Home Assistant blueprints?

Yes, you need YAML or JSON to define Home Assistant blueprints, as this process outputs safe configuration templates with frontmatter-defined metadata for reusable automation generation.