Fix stuck pixel on a USB DAC in South Africa
Stuck pixel on a usb dac usually needs a settings, driver, thermal, or power check first. Work through safe SA troubleshooting steps before replacing parts or assuming a full upgrade.
Read moreCreating and triggering scenes in home assistant to control many devices at once captures the desired state of each entity into a named scene that restores all in one action. Scenes integrate with Assist voice control, dashboard buttons and NFC tags for control.
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.
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.
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.
The UI route is the easiest way in.
A scene is only useful once it is easy to fire, and Home Assistant gives you several routes.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.