scenes

Manage Home Assistant scenes via YAML configuration and service calls.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/renne/skills --skill scenes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scenes
Source: https://github.com/renne/skills/tree/main/home-assistant/scenes
Command: npx skills add https://github.com/renne/skills --skill scenes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management and activation of Home Assistant scenes, allowing users to effortlessly set predefined states for multiple devices and automate ambiance.

Core Features & Use Cases

  • Scene Definition: Create and manage scenes with specific entity states (lights, climate, media players, etc.).
  • Scene Activation: Trigger scenes via UI, automations, or scripts, with optional transitions.
  • Ad-hoc Scene Application: Apply temporary states without defining a permanent scene.
  • Scene Creation from Current States: Capture and save the current device states as a new scene.
  • Use Case: Set up a "Movie Night" scene that dims the lights, turns on the TV to a specific input, and closes the blinds, all with a single command.

Quick Start

Activate the 'evening_relaxation' scene with a 2-second transition.

Frequently Asked Questions about scenes

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

FAQPage Schema
How do I create and activate Home Assistant scenes using YAML?

To create Home Assistant scenes, define specific entity states within YAML configuration files, then trigger scene activation via service calls to apply those preset states across multiple devices like lights and media players.

Can I apply temporary device states in Home Assistant without saving a permanent scene?

Yes, you can use ad-hoc scene application to apply temporary states to devices without defining a permanent scene, allowing immediate ambiance control without modifying your core YAML configuration.

How do I capture current device states as a new Home Assistant scene?

You can create scenes from current states by capturing the existing device configurations and saving them as a new scene, preserving the exact ambiance and entity synchronization for future activation.

What is the best way to synchronize multiple device states for a single automation trigger?

Using Home Assistant scenes is the best way to synchronize multiple device states, allowing a single automation trigger to define and activate preset states across lights, climate controls, and blinds simultaneously.

Can I add transition effects when activating Home Assistant scenes?

Yes, scene activation in Home Assistant supports optional transition parameters, allowing you to specify a time duration for devices like lights to smoothly fade into the new predefined scene states.