One tap that dims the lounge, sets the lights warm, and switches the fan on is the moment a smart home stops feeling like a collection of apps. In Home Assistant, that is a scene. Learning to create and trigger scenes in Home Assistant lets you capture the exact state of many devices and restore them all in a single action, then fire that action by voice, a dashboard button, or a tap of an NFC tag.

Quick Answer

A scene in Home Assistant is a saved snapshot of the states you want several devices to be in, lights at a set brightness and colour, switches on or off, and turning it on restores all of them at once. Create scenes in the UI under Settings then Automations and Scenes, or in YAML, then trigger them with the scene.turn_on action via Assist voice control, dashboard buttons, or NFC tags.

Scenes Versus Automations

It helps to know what a scene is not. A scene is a static list of device states; it has no trigger of its own and does nothing until something activates it. An automation is the thing with a trigger, it runs when a sensor fires, a time arrives, or a condition is met. The two work together: you build the scene to define the desired states, then use an automation, a button, or a voice command to call it. Keeping that split clear is what makes a Home Assistant setup tidy rather than a tangle.

Creating Your First Scene

The UI route is the easiest way in.

  1. Open the scene editor. Go to Settings, then Automations and Scenes, then the Scenes tab, and choose to add a new scene. Give it a clear name like Movie Night or Morning.
  2. Add the entities you want to control. Pick each device the scene should manage, your lounge lights, a smart plug, a fan, and Home Assistant captures their current state as the starting point for the scene.
  3. Set each device to the exact state you want. Adjust brightness, colour and on or off status for every entity while the editor is open. What you set now is exactly what the scene will restore later, so dial it in precisely.
  4. Save the scene. Once every device shows the state you want, save. Home Assistant stores that snapshot so it can recreate it on demand.
  5. Test it. Change the lights to something different, then turn the scene on to confirm it restores everything to the saved state in one action.

Triggering Scenes Different Ways

A scene is only useful once it is easy to fire, and Home Assistant gives you several routes.

  • Dashboard button. Add a button card to your Lovelace dashboard that calls scene.turn_on for the scene, so one tap on your phone or wall tablet activates it.
  • Voice with Assist. Expose the scene to Assist, and a spoken command such as "turn on movie night" activates it. Exposed scenes also work through other voice assistants you have linked.
  • NFC tags. Stick an NFC tag by the front door or on a nightstand, link it to the scene, and a tap of your phone fires it with no app needed.
  • Inside automations. Call the scene from an automation so a trigger like sunset or arriving home activates it automatically.

The same controllers and sensors that drive these triggers sit alongside the broader smart home and connected-living range, which is worth a look when expanding what your scenes can touch.

A Useful Advanced Trick

There is a neat pattern worth knowing: scene.create lets you snapshot the current state of some lights on the fly, do something temporary like flashing them for an alert, then call scene.turn_on to restore them exactly as they were. It is the clean way to interrupt and then return your lighting without hardcoding every value. Once you are comfortable with basic scenes, this dynamic approach opens up far more polished automations. Keeping a few spare smart plugs and sensors handy makes experimenting easier, and the popular accessories cover the small bits these projects tend to need.

Frequently Asked Questions

What is the difference between a scene and an automation?

A scene is a saved set of device states with no trigger of its own; it only acts when called. An automation has a trigger and runs on its own when conditions are met. You typically use an automation, button, or voice command to activate a scene.

Can I trigger a scene by voice?

Yes. Expose the scene to Assist and a spoken command like "turn on movie night" activates it. Exposed scenes also work through other linked voice assistants, so you can fire complex device states hands-free.

How do NFC tags trigger scenes?

You link a physical NFC tag to a scene in Home Assistant, then tapping your phone against the tag fires the scene. It needs no app open, making it ideal for a front door or bedside one-tap routine.

Do scenes remember the previous state?

A standard saved scene restores to its fixed saved values, not the prior state. To return devices to whatever they were before, use the scene.create action to snapshot the current state first, then restore it afterwards.

How many devices can one scene control?

There is no practical limit for a home setup; a single scene can set the state of many entities at once, which is the whole point. You can control all your lounge devices, or your entire ground floor, from one scene.

Turn a roomful of devices into a single tap. Explore the smart home range at Evetech and build scenes that fire by voice, button, or NFC across your whole home.