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
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 moreRoutines 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
EasyAutomatically dim lights, close blinds, and set the perfect ambiance when you start watching TV after sunset.
Good Morning Routine
MediumGradually turn on lights, start the coffee maker, and read out your calendar events when your alarm goes off.
Away Mode Security
AdvancedSimulate occupancy with random lights, lock all doors, and arm your security system when everyone leaves.
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.
Explainer
Automated Nutrient Dosing: Peristaltic Pumps, Float Switches, and Home Assistant Logic
Three peristaltic pumps, two float switches, one Zigbee smart plug, and a single Home Assistant automation — that is all the hardware needed to dose...
Read Article
Explainer
Smart Home Energy Dashboard: Tracking Every Circuit with CT Clamps and MQTT
Installing CT clamp sensors on each circuit breaker and feeding the data into a Home Assistant dashboard via MQTT gives you circuit-level energy visibility for...
Read Article
Explainer
Smart Temperature and Humidity Control for Food Preservation: Sensors, Plugs, and Deadband Logic
A smart temperature and humidity sensor paired with a smart plug holds the 55°F and 75% humidity a salami curing chamber needs — smart temperature...
Read Article