
Best Smart Home Scenes & Automations for Indian Homes (with Recipes)
Scenes versus automations, the triggers that matter, and twenty recipes that genuinely earn their keep — good morning, geofenced arrival, pre-cool, power-cut handling and more, built on Alexa, Google and Home Assistant.
A smart home that needs you to open an app for every light and fan is just a slower switchboard. The payoff arrives when the home starts acting on its own — lights easing on at sunset, the AC pre-cooling before you reach the gate, the corridor glowing dim when you pad to the bathroom at 2 AM. That behaviour is built from two simple ideas: scenes and automations. Get the vocabulary and the recipes right, and a modest kit of devices starts to feel genuinely intelligent.
This is a companion to the Studio Matrx smart homes pillar guide and the broader home automation guide. Where a topic deserves depth we link out — lighting, security, networking and voice assistants. To price a setup, use the smart home cost calculator.
The best automation is the one you forget you ever built. You notice it only on the day it stops working — and that is the highest compliment a home can pay you.
Scenes versus automations: the core distinction
A scene is a saved snapshot of device states that you trigger yourself — by tapping a tile, pressing a scene button, or saying "Alexa, movie time." One command sets many devices at once. A Movie scene might dim the living-room lights to 20%, close the curtains, switch the TV on and turn the fan to low. Nothing happens until you ask.
An automation (Alexa calls these Routines, Google calls them Automations, Home Assistant simply Automations) is a scene plus a trigger and conditions — logic that fires without you. "At sunset, if someone is home, turn on the porch and hall lights at 40%." The home decides.
| Scene | Automation | |
|---|---|---|
| Who starts it | You, on demand | A trigger (time, sensor, location) |
| Contains | Device states | Trigger + conditions + actions (often a scene) |
| Example | "Good night" tap sets everything off | Lights fade on automatically at sunset |
| Best for | Moods you choose | Behaviour you want by default |
| Effort over time | Tap every time | Set once, forget |
In practice you build scenes inside automations. Create a "Leaving Home" scene once, then have a geofence automation run it when you cross out of a 300 m radius. Reuse beats rebuilding.
Anatomy of an automation
Every automation, on every platform, is the same three-part sentence: when this happens (trigger), and if this is true (condition), then do this (action).
The condition is the part beginners skip and later regret. A sunset-lights automation with no condition fires even when you are away on holiday, wasting power and advertising an empty house. Add "and if someone is home" and it behaves.
Trigger types you can use
| Trigger type | Fires on | Good for |
|---|---|---|
| Time / schedule | A clock time or sunrise/sunset offset | Morning, night, geyser pre-heat |
| Presence / location | Your phone entering or leaving a geofence | Arriving, leaving, arm-on-leave |
| Sensor (motion, contact, occupancy) | Movement, a door opening, a room occupied | Corridor lights, security, path lighting |
| Environmental | Temperature, humidity, air quality, water level | Pre-cool, exhaust fan, tank fill |
| Device state | Another device turning on or a scene running | Chaining, "TV on → dim lights" |
| Voice / manual / button | You asking or pressing | Scenes, overrides |
Sunrise and sunset triggers deserve a special mention in India: because they follow the sun, a "sunset lights" automation stays correct through the year without you touching it — roughly 5:50 PM in December and 7:00 PM in June across most of the country.
Twenty automations worth setting up
These are the ones that repay the setup effort in Indian homes. Start with three or four, live with them for a week, then add more.
| # | Automation | Trigger | What it does |
|---|---|---|---|
| 1 | Good Morning | Alarm time / 6:30 AM weekdays | Geyser on, soft lights, weather and calendar read out |
| 2 | Good Night | 11 PM or "good night" | All lights off, doors checked, AC to sleep temp, arm alerts |
| 3 | Leaving Home | Geofence exit (all phones) | Lights and AC off, arm security, notify if a door is open |
| 4 | Arriving Home | Geofence entry (any phone) | Porch and hall lights on, disarm, gate camera snapshot |
| 5 | Pre-cool | 15 min before geofence entry / schedule | AC starts so the room is cool when you walk in |
| 6 | Sunset Lights | Sunset, if someone home | Facade, hall and porch lights to a warm 40% |
| 7 | Movie Mode | "Movie" scene | Dim to 20%, curtains close, TV and soundbar on |
| 8 | Night Path Lighting | Motion 11 PM to 5 AM | Corridor and bathroom lights at 15%, off after 2 min |
| 9 | Geyser Schedule | 30 min before bath time | Heats only when needed, saves standby loss |
| 10 | Empty-Room Off | No motion 15 min | Lights and fan off in unoccupied rooms |
| 11 | Water Tank Fill | Level sensor low | Motor on; auto-off at full, alert on dry run |
| 12 | Power-Cut Notice | Mains power lost | Push notification; log start time |
| 13 | Power Restored | Mains returns | Notify; resume geyser/pump schedule safely |
| 14 | High-Voltage Cutoff | Voltage sensor over threshold | Alert; cut sensitive-load smart plugs |
| 15 | Bathroom Exhaust | Humidity over 70% | Fan on until humidity drops, then off |
| 16 | Kids Study Mode | 5 PM weekdays | Bright neutral light in study, Wi-Fi TV paused |
| 17 | Guest Mode | "Guest" scene | Guest Wi-Fi on, spare-room AC and lights ready |
| 18 | Vacation Mode | Manual toggle | Random evening lights to look occupied; all else off |
| 19 | Doorbell Announce | Video doorbell press | Chime on speakers, snapshot to phone |
| 20 | Low-Battery Nag | Any sensor battery low | Weekly digest of devices needing a new cell |
Numbers 3, 4, 5 and 8 tend to become favourites — they remove daily friction you did not know you were tolerating. Automations 11 to 14 are distinctly Indian: they wrap smart plugs and sensors around the realities of tank-fed plumbing, load-shedding and unstable voltage. Pair them with the security systems guide for the arm-on-leave logic.
A day in the life of an automated home
Notice how presence (geofencing) and time triggers do most of the work, with sensors handling the small, thoughtful moments. Nothing here needs an expensive wired system — a hub, a few smart switches, two motion sensors and a temperature reading are enough.
Building them on each platform
The concepts are identical; the menus differ. Here is where to start on the three common platforms in India.
| Platform | Where to build | Strength | Watch-out |
|---|---|---|---|
| Alexa | App → More → Routines | Easiest voice triggers, wide device support | Geofencing is basic; cloud-dependent |
| Google Home | App → Automations (+ script editor) | Good household presence, natural phrases | Some actions still app-only |
| Home Assistant | Settings → Automations / YAML | Total control, runs locally, any trigger | Needs a hub and a learning curve |
Alexa Routines: pick a trigger (schedule, voice, device, location, sound like a smoke alarm), add actions, save. For geofencing, add your phone under Settings and use the Location trigger. Everything runs in Amazon's cloud, so a Wi-Fi outage stops routines.
Google Home Automations: the tap-to-build editor covers most needs; the household routines and script editor (YAML-like) unlock conditions and starters like device state. Presence is handled well when multiple family phones are added.
Home Assistant is the enthusiast's choice and the only one that runs entirely on local hardware — a Raspberry Pi or mini-PC in your home. Its automation editor exposes every trigger, condition and action, and because it is local, automations keep working when the internet drops. It is the right home for the power-cut, voltage and tank-fill recipes. See the local versus cloud discussion and networking guide before you commit.
How to avoid annoying automations
The fastest way to make a family hate the smart home is a badly tuned automation. A few rules keep them welcome.
- Always add a condition. "If someone is home", "if after sunset", "if the door was actually opened." Unconditional automations are the ones that turn lights on at noon.
- Use timeouts, not just triggers. Motion-path lights should turn off after two minutes of no motion — otherwise they stay on all night.
- Dim at night. Night automations should never blast full-brightness white. Warm, 15 to 20% light respects sleeping eyes.
- Give a manual override. A physical switch or a voice command must always beat the automation. Family members should never feel trapped by the logic.
- Beware presence flapping. Geofences can trigger repeatedly at the boundary. Use a larger radius (300 m) and a small delay so "arriving" does not fire five times.
- Start small and observe. Add automations one at a time and live with each for a week before building the next.
A good automated home feels calm, not chatty. If a rule surprises or nags you more than it helps, delete it — a smart home should reduce decisions, not add them.
Where to begin
If you own a hub and a handful of smart switches or bulbs, build these four first: Sunset Lights (with the "someone home" condition), Night Path Lighting, Good Night, and a Leaving-Home arm-and-off. Live with them for a fortnight. You will quickly feel which parts of your day were quietly full of small chores — and that is exactly where the next automation belongs. Cross-reference the lighting guide for scene design and the voice assistants guide to add spoken triggers.
References
- Amazon — Create and manage Alexa Routines
- Google — Create home and personal automations in Google Home
- Google Home — Script editor for advanced automations
- Home Assistant — Automating Home Assistant (documentation)
- Home Assistant — Automation triggers reference
- Bureau of Energy Efficiency — Star Labelling for appliances
Export this guide
Related Guides — Deep-dive reading
Smart Home Curtain Automation: Schedules, Scenes & Sensors (India 2026)
The automation playbook for motorised curtains — the routines, scenes, sensors and geofencing that genuinely add comfort and cut cooling load, separated honestly from the gimmicks.
Window TreatmentsSmart Home for New Parents & Babies in India: A Calm, Practical Guide
The right smart devices give exhausted new parents a quieter night, a healthier nursery and a spare pair of hands — without turning your baby's room into a surveillance lab.
Smart HomeSmart Garage Doors & Openers for Indian Homes (2026 Guide)
A garage door is the largest moving object in most homes, and a heavy one. This guide covers smart garage doors and openers for Indian homes end to end — motorised sectional, roller and sliding doors; what a smart opener actually adds; retrofit controllers versus smart openers; the safety sensors you must never skip; rolling-code security; the manual release for power cuts; integration with cameras and your wider smart home; and real brands with ₹ prices.
Smart HomeRelated Tools — Try Free
Smart Home Cost Calculator
13 device categories across 5 ecosystems (Apple HomeKit, Alexa, Google Home, Mi, Wipro). Live floor-plan that lights up as you add devices, per-room and per-category breakdown.
Smart Home CalculatorAcoustic Privacy (STC) Visualizer
Indian healthcare acoustic visualizer — compare wall assemblies and noise sources, see received SPL after STC attenuation, and check FGI 2018 / IS 1950 / NABH speech-privacy compliance with live dual-canvas waveform.
Acoustic ToolWindow Hardware Cost Calculator
Estimate window hardware cost — hinges, handles, locks, rollers and multipoint gears.
Window Calculator