You shouldn't have to work the room, the room should work you. True home automation is having your home anticipate what you want without needing any input from you. Using voice commands are nice and all, but that ends up being just another switch you have to use and is ultimately just a remote control, not automation.
My frontend may not be as fancy as some others, but this is because I'm trying to be as hands off as possible when it comes to my automations. Everything should run without me even thinking or interacting with Home Assistant and this is reflected in my display.
I also made the popular dark theme Slate.
Notable Automations (Wiki)
Awhile back I wrote up a tutorial on getting your Google Home Minis to detect your phones for Room Presence Detection. Once Google removed that ability, I had to come up with a method of determining when a room was occupied or not. I developed a kind of "Room Occupation Logic" which has worked incredibly well so far and it's easy to implement and adapt to you needs.
It's never fun to come home to a hot and humid home just to have your AC kick on as soon as it detects you on your WiFi, or however else you have your local presence set up. Like you, I used to also come home and be miserable until the HVAC finally caught up to my comfortable temperatures. Depending on your preferences this could take TENS OF MINUTES! That simply will not do. This automation uses the Proximity Sensor to intelligently detect if you're on your way home and will begin making it comfortable before you arrive.
Using a fantastic Android app called Tasker, whenever we plug in our phones to charge at night, a script is triggered to turn off all the lights and disable the automation that turns on the bedroom motion sensor. When unplugging our phones in the morning, another script is triggered to turn the automations back on. Before Tasker we used to use voice commands to accomplish this, but this is far more elegant and was surprisingly simple to accomplish.
To ensure detection in our home, we use the following integrations with 100% success:
- Home Assistant on a DietPi VM
- Hue Bridge
- Wyze Sense - Want to get away from Xiaomi eventually. Requires a custom component to function.
- Motion Sensor
- 2 Door/Window Sensors
- Xiaomi Gateway
- 3 Xiaomi Motion Sensors
- Window/Door Sensor
- Temperature and Humidity Sensor
- Nest Thermostat
- 55" TCL Roku TV
- 2 Chromecasts
- 3 Google Home Minis
- 3 TP Link Smart Plugs (HS 100)
- 2 TP Link Smart Switches (HS 200)
- Wemo Mini Smart Plug
- Neato Botvac D3 Connected
- PiHole (Network-Wide Ad Blocking)
- Plex Server
- Mini Graph Cards: https://github.com/kalkih/mini-graph-card
- Mini Media Player Cards: https://github.com/kalkih/mini-media-player
- Simple Weather Card: https://github.com/kalkih/simple-weather-card
- Simple Thermostat Card: https://github.com/nervetattoo/simple-thermostat
- Bar Cards: https://github.com/custom-cards/bar-card