v2.1 SYSTEM ONLINE

Automate Smarter.
Live Easier.

The control room for your smart home. Engineered automation guides, setup tutorials, and optimized routines for the modern home.

Optimized For

Alexa
Google Home
HomeKit
Matter
50+ Routine Templates
Active Weekly Updates
100% Latency Tests

Complete Home Intelligence

Everything you need to go from cardboard box to fully automated.

Device Guides

Step-by-step installation and configuration guides for your smart home gear.

Read more

Automation Tutorials

Step-by-step YAML guides and visual flow diagrams.

Read more

Ecosystem Deep Dives

Understanding Matter, Thread, Zigbee and mesh networking.

Read more

Troubleshooting Lab

Fixing dropouts, latency issues, and pairing nightmares.

Read more
AUTOMATION PLAYBOOK

Routines that actually work.

Stop messing with buggy configurations. Copy our battle-tested automation templates designed for reliability and WAF (Wife Acceptance Factor).

Movie Night Mode

Easy

Automatically dim lights, close blinds, and set the perfect ambiance when you start watching TV after sunset.

Good Morning Routine

Medium

Gradually turn on lights, start the coffee maker, and read out your calendar events when your alarm goes off.

Away Mode Security

Advanced

Simulate occupancy with random lights, lock all doors, and arm your security system when everyone leaves.

automations.yaml
alias: "Movie Night Mode"
description: "Dim lights and set scene"
trigger:
  - platform: state
    entity_id: media_player.tv
    to: "playing"
condition:
  - condition: sun
    after: sunset
action:
  - service: scene.turn_on
    target:
      entity_id: scene.living_room_dim
  - service: cover.close_cover
    target:
      entity_id: cover.blinds
mode: single

Latest from the Lab

Fresh guides and tutorials for your smart home.