What problem does it solve?
This Skill simplifies the creation and management of complex, multi-step automations and reusable action sequences within Home Assistant, reducing repetitive configuration and improving system logic.
Core Features & Use Cases
- Reusable Sequences: Define named sequences of actions that can be called from multiple places.
- Parameterization: Make scripts dynamic by accepting input fields with default values and selectors.
- Control Flow: Implement logic with
choose, if/then/else, repeat, and parallel execution.
- Use Case: Create a "Good Morning" script that turns on specific lights at a certain brightness, adjusts the thermostat, and plays a news briefing on a smart speaker, all triggered by a single command.
Quick Start
Use the scripts skill to define a new script named 'turn_on_all_lights' that turns on every light in your home.