Hubitat Community Post — Hestia v1.5.0
Hey everyone — two releases worth of updates to share today. Hestia v1.5.0 is now live on hestari.com and GitHub.
Catching Up — What Shipped in v1.4.1
A few things landed since the last update here that I never formally announced:
Timers — Athena can set, track, and cancel countdown timers by voice. "Set a pasta timer for 12 minutes." Live countdowns appear as floating pills above the Athena button on desktop, and inside the panel on mobile. Multiple timers run concurrently. Cancel by voice or tap the X.
Conversation Mode — After Athena responds, she keeps listening for follow-ups instead of immediately closing. You can have a multi-turn conversation without saying the wake word again each time. The follow-up window is 8 seconds. Say "thanks" or "goodbye" to dismiss. Toggle in Settings.
Personality Presets — Choose how Athena sounds: Balanced (default), Professional, Playful, or Concise. Device confirmations are always brief regardless of preset. Settings > Athena > Personality & Behavior.
Full Device Control — Athena can now control every device type: thermostats (mode, setpoints, fan), color bulbs (setColor), and shades (setPosition) — not just on/off and brightness.
Artemis Polish — All security sensor icons redesigned with a filled design language. New gem inner shields for the security states. Garage door icon added.
What's New in v1.5.0
Reminders
Athena can now set persistent, recurring reminders by voice.
"Athena, remind me to take my medicine every day at 8 AM."
"Remind me every Tuesday at 7 PM to take out the trash."
"Remind me on the 1st of every month to pay rent."
When a reminder fires, you hear a TTS announcement and see a notification toast on screen. Six schedule types are supported:
| Type |
Example |
| Once |
"Remind me to check the dryer at 3pm" |
| Daily |
"Remind me every morning at 8 to take medicine" |
| Weekdays |
"Remind me on weekdays at 7 AM" |
| Weekly |
"Remind me every Tuesday and Thursday at 6 PM" |
| Monthly |
"Remind me on the 15th of every month" |
| Yearly |
"Remind me every March 15th about taxes" |
The recurrence engine is timezone-aware — a daily 8 AM reminder fires at 8 AM local time year-round, even across daylight saving changes. Monthly reminders handle short months gracefully (the 31st fires on the 28th in February).
You can also manage reminders in Settings > Reminders — each reminder shows a status dot (amber pulsing = fires today, green = active, gray = disabled), the schedule summary, and the next fire time. Toggle on/off or delete from there. Or just ask: "What reminders do I have?" / "Cancel the medicine reminder."
Reminders sync to your hub via the companion app, so they survive browser cache wipes and work across devices.
Routines
This one I'm particularly excited about. Athena can create and run multi-step automations entirely by voice — no Rule Machine, no visual rule builder, no need to open Hubitat at all.
"Athena, create a movie mode routine that dims the living room lights to 20%, closes the shades, and sets the fan to low."
That's it. Three steps, saved as "Movie Mode." Next time:
"Run movie mode."
All commands execute in sequence. You can create routines for anything the dashboard controls — lights, fans, shades, thermostats, locks, color bulbs. Some ideas:
- Good Night — turn off all lights, lock the front door, set thermostat to 68
- Movie Mode — dim lights, close shades, fan to low
- Good Morning — open shades, lights to 80%, thermostat to 72
- Away Mode — turn off everything, lock up, arm security
Routines store device references by name and room rather than device ID, so they're portable if you ever switch hub platforms.
You can also build routines manually in Settings > Routines — pick a room, type a device name, choose a command, add a value. Hit Test to run it live before saving.
Like reminders, routines sync to your hub and survive cache wipes.
Quick Reference
| Command |
What Happens |
| "Remind me to X at [time]" |
Creates a one-time reminder |
| "Remind me every [day/week/month] to X" |
Creates a recurring reminder |
| "What reminders do I have?" |
Lists all active reminders |
| "Cancel the X reminder" |
Deletes a reminder |
| "Create a X routine that steps here" |
Saves a new routine |
| "Run X" |
Executes a saved routine |
| "What routines do I have?" |
Lists all saved routines |
These work alongside everything Athena already does — device control, timers, thermostat adjustments, general conversation, etc.
Upgrading
If you're on hestari.com, just refresh — you already have v1.5.0. Self-hosting? Grab index.html from the v1.5.0 release. No configuration changes needed, fully backwards compatible.
Full release notes: v1.4.1 | v1.5.0
Feedback and bug reports always welcome — drop a message here or open an issue on GitHub.