01

Automation setup

Separate the behavior from the platform label

A scene is usually a saved device state, such as several lights set for dinner. A routine is a platform's packaged sequence, often started by a phrase, schedule, or event. Automation is the broader logic that connects a starter to optional conditions and one or more actions.

Platforms use these words differently. Focus on what starts the behavior, what must be true, what changes, and which platform evaluates it.

02

Automation setup

Build one authoritative rule

  1. Describe the intended result in one sentence.
  2. Choose one automation engine and record it.
  3. Define the starter, optional conditions, and each action. Google currently documents the same starter–condition–action model.
  4. Give the rule a distinctive name that is not easily confused with a room or device.
  5. Test once with every condition true and once with a condition false.
  6. Search the manufacturer app and every connected platform for an older duplicate.
03

Automation setup

Test the edges, not only the happy path

TestWhat it reveals
Run each action manuallyWhether device control works without the automation.
Change one conditionWhether the rule is reading the expected household or device state.
Disconnect internet briefly where safeWhich parts depend on cloud access.
Use another household member's accountWhether access and ownership are configured as expected.
Trigger near another routine's timeWhether two rules conflict or reverse one another.
04

Automation setup

Leave a usable fallback

Keep essential controls available from a physical switch, thermostat control, or direct app path where practical. If a rule touches mains-powered or HVAC equipment, stay within manufacturer-supported controls and use qualified help for electrical or HVAC changes.

Record the rule name, owning platform, devices, dependencies, and fallback. That short record turns a mysterious future failure into a manageable check.

Evidence boundary

Recheck mutable platform details

Platform features, supported device types, account behavior, and exact-product roles can change with software, model, region, and subscription state. Confirm current documentation for your exact setup. Use manufacturer instructions and qualified help for mains electrical or HVAC work.

Primary sources

Official documentation used for technical boundaries

Continue the lifecycle