This is an automated archive made by the Lemmit Bot.
The original was posted on /r/homeassistant by /u/rgmelkor on 2026-03-11 14:53:09+00:00.
Hey r/homeassistant,
I’ve been seeing one amazing posts here lately showcasing beautiful macOS menu bar integrations for HA. It genuinely inspired me, but as someone who daily-drives Fedora and GNOME, I felt a little left out!
I'm definitely not an expert, but I decided to try putting together something similar for my own setup. It's called GNOME Assistant, and it integrates your Home Assistant controls directly into the native GNOME Quick Settings drop-down menu.
It's a pretty simple project right now, but it handles the basics without needing to keep a browser tab open:
- Auto-discovers
light, climate, and media_player entities.
- Groups everything cleanly by your HA areas.
- Lets you control brightness, target temperatures, and volume right from the desktop UI.
- If the menu gets too cluttered, you can just right-click to hide specific entities or areas.
It currently supports GNOME 45 through 49.
I mostly just built this to scratch my own itch, but I figured I'd share it here in case any other Linux users might find it useful. I’d be incredibly grateful for any feedback, bug reports, or advice from the community if you decide to give it a spin!
Here is the repo with the local installation instructions:https://github.com/tinchodin/gnomeassistant
DISCLAIMER: AI was used in this project (i'm a software developer with 15y of experience, but its my first time doing a gnome extension)
Thanks for all the constant inspiration you guys provide!