Scenes vs Scripts vs Automations: Which One the Job Actually Needs
If you are weighing Home Assistant scenes vs scripts vs automations, here is the one-line mental model I run by: a scene is a saved...
Read ArticleSmart home automation ideas, routines, and advanced setups
If you are weighing Home Assistant scenes vs scripts vs automations, here is the one-line mental model I run by: a scene is a saved...
Read ArticleHelpers are the variables and memory of your Home Assistant setup. On their own, automations are stateless: they fire, do a thing, and forget. A...
Read ArticleThe right way to get low-battery warnings in Home Assistant is one automation that watches every battery in the house at once. A template loops...
Read ArticleEvery good Home Assistant dashboard is built on top of tidy entities, and every messy one is built on top of chaos. Before you place...
Read ArticleA Home Assistant template sensor is a brand-new entity you build from existing state using a Jinja template. In my setup the headline win is...
Read ArticleReliable arrive and leave notifications in Home Assistant come from combining several presence signals, not from “phone joined the Wi-Fi.” Layer GPS zone transitions, a...
Read ArticleA phone dashboard has a different job from a wall tablet, and the mistake almost everyone makes is trying to use one layout for both....
Read ArticleA floorplan dashboard is the most intuitive control layout there is: instead of hunting through a list of entities, you look at a map of...
Read ArticleYou cut Home Assistant notification spam with three techniques layered together: debounce collapses a burst of state changes into one alert, throttle enforces a minimum...
Read ArticleA TTS announcement in Home Assistant is a tts.speak call that sends synthesized speech to any media player the hub controls — a smart speaker,...
Read Article