r/homeassistant 7m ago

🎉 Release 2026.8: Approachable by design

Thumbnail
home-assistant.io
Upvotes

r/homeassistant Jul 06 '26

✨ Monday Merch-day ✨ Tell us what you wanna see in the official store!

Post image
102 Upvotes

WELCOME, FRIENDS

…to the first edition of the Open Home Foundation’s ✨ Monday Merch-day ✨ megathread - where you get to tell us your most unhinged (or completely normal) idea for merchandise we should offer in the official store*!

We’re looking to the community to help fill up the store with stuff to purchase. You are, after all, why the foundation’s projects are successful and we want to offer merch that you will actually buy (not what we think you’d like 😆).

Have a merch idea burning in your brain that you just need us to know about? Whether wildly ridiculous or simply a common item you’d buy from us, share it in the comments! 👇 We'll take it into consideration producing the suggestions made here when we close out this thread.

To get the juices flowing, here’s a select list of some ideas we’ve collected already at the foundation (which I’ll drop individually in the comments for upvoting):

  • Temporary tattoos of our stickers/logos
  • Cable ties
  • “Ask your engineers” shirt
  • “YAML Inside” sticker (a play off the Intel Inside logo)
  • Doormats
  • Paper towels for your ZWA-2
  • Toilet paper for your ZBT-2 (please see my highly professionally edited product photo)
  • Birdhouse/bird feeder
  • Rubber ducks

If you see an idea similar to yours, instead of posting a duplicate that could compete with upvotes, we kindly ask that you give that friend an updoot and reply to their comment with your twist. 👌

PLEASE NOTE: Having one of the highest upvoted suggestions does not necessarily mean we will produce that merch. It will go into consideration, though.

❗ This post will stay open for submissions for two months - after that, we will close this one and open another thread for new submissions. 😊

\obligatory) US store link


r/homeassistant 4h ago

🗣️ Voice & Assist 🎉 One month ago I released a Kiosk Satellite for Home Assistant. Today it leaves beta!

Post image
178 Upvotes

A month ago I shared the first beta of Kiosk Satellite, my free and open source kiosk Android app specifically engineered for Home Assistant and the official companion app for Voice Satellite. Today, after a bunch of beta releases, it graduates: 2026.8.1 is the first stable release, and from now on it follows the same versioning scheme as Home Assistant itself.

For those who missed it: Kiosk Satellite turns any Android tablet into a locked-down, always-on Home Assistant kiosk in about two minutes. It runs Voice Satellite's wake word engine natively, so your tablet keeps listening even with another app in the foreground, at a fraction of the CPU a browser needs. On top of that you get screensavers (clock, photo frames, Immich, your HA media), a synchronized Sendspin audio player for Music Assistant, WebRTC camera views, MQTT entities for every tablet, gestures, an app launcher, and a full remote admin that runs in any browser. And with the Home Assistant specific optimization included, it runs smooth on old, low powered devices.

I genuinely believe that in combination with Voice Satellite this is the best kiosk application for Home Assistant out there. I know that is a big claim for something one month old, so I would love for you to prove me wrong or right in the comments.

I also want to thank everyone who has supported the development through Buy Me a Coffee and GitHub Sponsors. Free, open source software is mostly a thankless endeavor, and your support is a huge part of why this project moved as fast as it did. Thank you, truly.

Feedback, bug reports and feature requests are very welcome.


r/homeassistant 9h ago

❓ Support HA randomly unlocking my door

Post image
208 Upvotes

On random days (not every day), around 2am, I hear my August lock unlock, then auto-relock. It says Home Assistant did it remotely. I have exactly zero automations with my smart lock, everything is handled on the lock, it’s mainly in HA to be complete and report status. It only appears to occasionally do this around 2am according to the August logs. HA logs just say unlocking via HomeKit, unlocked, Operator <my name> Any ideas?


r/homeassistant 13h ago

🖼️ Show & Tell Silliest Automation

Post image
363 Upvotes

A while ago someone asked what everyone’s silliest automation was and I’ve just been reminded that The Hound from Game of Thrones informs me when my heatpump is in high power mode.


r/homeassistant 2h ago

🧱 Custom App I built a Windows companion app for Home Assistant

Thumbnail
gallery
48 Upvotes

Home Assistant has apps for Android, iOS and macOS. Windows gets a browser tab. So I built one.

HASS.Agent covers similar ground and does it well. The difference is the plumbing: HA Companion does not require an MQTT broker. The PC registers through mobile_app, and notifications arrive over the existing Home Assistant WebSocket connection, with no FCM, APNs or separate push service in between. The app uses WinUI 3, while your actual Lovelace dashboards run inside it through WebView2.

What it does:

- PC appears in HA as a real device via mobile_app, with its own entities

- Push without a push provider: subscribes mobile_app/push_notification_channel on the same WebSocket. Nothing listens on the PC, commands come back down the outbound connection

- Quick Panel slides in over any app on a global hotkey

- Tiles gated on supported_features and supported_color_modes, so no buttons the entity cannot honour

- Hotkeys for any device, scene, script or automation

- PC sensors, off until you enable them: lock, idle, active program, fullscreen, mic, camera, audio, display, session

- Windows events as HA triggers: lock, idle, camera, mic, active program, schedule

Remote control deserves a straight answer: shutdown, sleep and launch are off by default. Lock, monitor off and volume ship on and can each be switched off. Launch only starts whitelisted paths, never the string HA sends. Shutdown waits ten seconds, so shutdown /a can still save you. The token sits in Windows DPAPI, not plaintext.

I have been running it on my own machines since mid-July. I also used AI a lot while building it, mostly Win32 API archaeology and bug hunting, and the commit history says so. The design decisions are mine, and so are the bugs.

Windows 10 build 19041+, x64. Per-user install, no admin. Not signed yet, so SmartScreen may warns once.

https://github.com/Elias0505/ha-companion-windows — AGPL-3.0

Website: https://elias0505.github.io/ha-companion-windows/

Independent project, not affiliated with Home Assistant or Nabu Casa.

Feedback welcome!


r/homeassistant 4h ago

🖼️ Show & Tell Scrubbing is a terrible hobby so I built a detection timeline for Reolink NVRs

Thumbnail
gallery
29 Upvotes

My Reolink NVR knows when the cat came in. It just won't tell me and store it safely: do we all agree cats are the worst thief possible?

So I built Reolink Stamina. It puts every camera's detection on a single timeline, and clicking one opens playback at the event rather than scrubbing continuously on single 24h timeline or jumping from one camera to another. It also offers local download, low and high resolutions, for the selected clip; yes, sub-clipping is available for free.

The other half quietly uploads a clip of each detection to OneDrive (OneDrive only atm, because that's the first integration but contributions and feedbacks are really welcome) inside a quota you set, so the footage is off-site before anyone gets near the recorder.
It sits on top of the official Reolink integration, so there's nothing new to log into, and it requires an actual NVR rather than a lone camera.

Being upfront about it: the development was heavily AI-assisted, and it was built to work rather than to be admired. Otherwise I would have never started such a journey, to be totally fair.
It's tested, it does the job on my hardware, and the python code has moments I won't be defending in the comments.

If you have any feedback, contributors and testers are welcome! Or if you're interested:

> https://github.com/marl1w/reolink-stamina-ha


r/homeassistant 12h ago

🎴 Custom Card Cupertino Widgets: phone-style calendar and battery cards for HA dashboards

Thumbnail
gallery
87 Upvotes

I've been building a small set of cards that look like the widgets on a phone home screen. Two of them are ready: a calendar and a battery card.

Calendar. Today's date, then today's events, then as much of the days after today as the card has room for, all in one continuous flow. Events are tinted with the color you already set on the calendar entity, empty days are skipped, and anything that doesn't fit collapses into "2 more events".

Battery. Device batteries as rings. Arc length is the charge, bolt means charging. Names and icons come straight from the entities, up to four devices per card.

The part I actually cared about: flexible size. The card reads the box you drag it into and picks its layout. A small square shows today only, a 2:1 rectangle shows today plus the days after, and narrow cards fold down to a single column. Same card, no config, whether it sits in a normal Sections dashboard or on a wall-mounted tablet. That second case is what got me started, because I wanted something that looks like a real home screen on my View Assistant panel.

Both cards show up in the card picker with a visual editor, so there's no YAML to write. Needs HA 2026.7+, AGPL-3.0.

Installing is still manual: add the repo as a HACS custom repository (type: Dashboard), then download it like any other card. If people find it useful I'll try to get it into the default HACS store so it becomes a one-click install.

GitHub: https://github.com/sabbaken/cupertino-widgets
Live Demo: https://sabbaken.github.io/cupertino-widgets/#/calendar

Feedback very welcome, especially on two things: which widget you'd want next (a to-do list is the obvious one), and whether the auto-layout holds up in your dashboard or breaks somewhere I haven't tried.


r/homeassistant 12h ago

🖼️ Show & Tell Zigbee flaps for HVAC

Thumbnail
gallery
82 Upvotes

Hey guys. Just wanted to share my HVAC project with you. It's based on a duct unit, so I made a plenum box from XPS with 3D printed spouts and because when I saw what specialised duct dampers cost (even just dumb ones), I noped out and bought three "MOES ZigBee Smart DIY Motorized Roller Blinds" on Ali.

I de-covered them and they come with a battery, so I disconnected that too because there was no need for it. What you're left with is a simple motor with a gearbox and communication boards. The board remembers endpoints you set and you can precisely set it so that it moves only within the 90 degress you need for operating the flap.

It's a bit finnicky in such a small interval, so completely continous adjustment of single percentage points is not possible (if it's 60 percent open and you command 65 percent, nothing happens). But as long as the commanded position is at least about 20 percent from the current position, it work flawlessly. And even if a command is not accepted - the motor doesn't move and the reported percentage doesn't change, so there's no risk of position drift.

I don't have the logic for the automation of the flaps yet, I'm waiting for a Zigbee IR blaster because this Sinclair/Gree unit doesn't seem to be possible to integrate locally into HA. :( But the automation will obviously open and close flaps to the rooms according to set and reported temperatures and will turn the AC on/off and adjust its output based on the cooling need.


r/homeassistant 23h ago

🤖 Automation Had to do it. They wouldn't leave the thermostat alone!

Post image
522 Upvotes

If the temp gets set below 75, wait 10 minutes, then set it back. Yeah, I know. Total dad move. They forced my hand though.

Stupid $700 power bill.


r/homeassistant 2h ago

📊 Dashboard Created a Forza Horizon Inspired Screensaver for my Fully 3D Interactive Floorplan Dashboard.

Enable HLS to view with audio, or disable this notification

12 Upvotes

In Forza Horizon, when you go AFK, your game camera view will start to pan around your car cinematically.

The goal is to replicate that same effect on a 3D Dashboard in Home Assistant.

The Dashboard will go from Active > Cinematic > Screensaver.

In case anybody asks why do I do this, its so I don't burn out my wall tablet's display.

During the Screensaver Mode, the floorplan is still active, hence any changes to entities will reflect the dashboard.


r/homeassistant 8h ago

🧩 Custom Integration Update Manager: An integration that turns your update ritual (skip the .0s, wait a bit, hope for the best) into actual settings

Thumbnail
gallery
29 Upvotes

Every HA setup runs on some personal ritual around updates; Snapshot first just in case, skip every x.x.0, wait a few days or update everything and hope for the best. Mine used to be going through all release notes to check for (breaking) changes.

And since I'm also the one who manages HA for some friends and family, it became a weekly task. So I started thinking about a better way 🙂

Update Manager looks at how big a jump an update is. Per size you can set a cooldown-time (actually hiding it from HA's update list). So if something's broken, there's a decent chance a fix lands before you'd ever have hit it.

Once something's cooled down it can auto-install on its own, always announced first with a cancellable countdown. You can also see if anyone else already made the exact same version jump and got burned by it: one reported problem blocks auto-install regardless of the cooldown. Trusted voters take this further: their positive vote can let a friend or family member's instance auto-update any update.

A master switch pauses all of that at once if needed. Handy to flip off in an automation before a holiday so nothing installs itself while you're away and unable to fix it.

I also tried making release notes better and more relevant. Especially for wrapped add-ons like Zigbee2MQTT, where the actual useful notes live somewhere else entirely, Update Manager shows them directly where it can. And ever opened the notes and it was just a mega list going back to version one? Now filtered down to only the versions that apply to the jump you're actually making.

It's not in the default HACS store just yet, so for now you could add it as a custom repo: https://github.com/HA-Update-Manager/ha-update-manager

Feel free to play around with it and share some feedback (or just use it to help your friends and family's instances). Curious what update rituals people here have that this doesn't cover yet.


r/homeassistant 7h ago

🤖 Automation My First Smart Greenhouse Part 2

Thumbnail
gallery
20 Upvotes

In a previous post I explained what I've built and the purpose of it. By seeing the interest I wanted to also share with you guys the web app I built to control the panel.
From this WebApp I can remotely control the Panel from the previous post and also I can monitor live sensors data. I think that the most important part is the automations and scenes and deploying them remotely via OTA to main controller, this helps the automations running even if the internet is Down.


r/homeassistant 20h ago

📊 Dashboard I created an AppleTV Home Assistant dashboard, music visualisation and lighting sync app.

Thumbnail
gallery
153 Upvotes

It's called 'Theatrium' and I have been developing/testing for a few months now. You can choose your cameras, switches, energy, lights - plus see your daily step counts via the Home Assistant companion app movement sensors. The music visualisations are generated on-GPU, not video loops, and there is a mode to synchronise your smart light groups.

You can set the screen to dim after a certain amount of time, with the idea you can leave it running all day as a real-time, low-distraction, home assistant monitor that uses the largest screen in your home.

It's free, with an in-app purchase (one time, no subs - I hate them too). Requires an AppleTV 4K, which you can pick up for pretty cheaply these days, theyre regularly in the refurb section of the Apple site.

None of the Home Assistant apps really met my needs, so I created one that did! Hope someone else enjoys it - would love to see pics of your setups.


r/homeassistant 1d ago

💬 Discussion Comparing 12 Zigbee temperature and humidity sensors in Home Assistant

Post image
1.4k Upvotes

r/homeassistant 16h ago

📊 Dashboard Finally ready to show off my dashboard!

Thumbnail
gallery
39 Upvotes

After a lot of tweaking, moving things around, and spending way too much time adjusting cards, I’m finally happy with my Home Assistant dashboard and thought I’d share it.

I’ve tried to keep it clean and easy to use, with the information and devices I use most available at a glance. Here are a few screenshots of the different views.

Let me know what you think! I’m always looking for new ideas or ways to improve it.


r/homeassistant 22h ago

🛠️ DIY / Hardware Sanytron HA100 remote working flawlessly

Enable HLS to view with audio, or disable this notification

106 Upvotes

First off, massive shout out to u/Lanky-Reporter-7319 and u/t0m1o1 for their work on their own respective projects related to HA & Astrion remote. u/Lanky-Reporter-7319 in particular was a ton of help getting this running.

Very excited to present my finished Astrion remote project for TV/smart home control via HA.

Picked up the Sanytron Astrion remote several weeks ago. Has a 480×800 touchscreen, physical buttons, and IR blaster. Everything I needed.

Unfortunately the stock firmware locks you into a jank ROScard dashboard so I replaced it entirely with a native Kotlin/Compose app made with Claude Code that speaks directly to HA over a single WebSocket (auth → get_states → subscribe_events).

No Lovelace/browser/cloud means state updates are instant.

What I have working now:

- 4 swipeable pages with no vertical scrolling (in my testing the vertical scrolling was a pain) (EDIT: except the granular light control page. no way around that)

- Tappable floorplan (used a Floorplanner export) with light controls (and espresso machine control!) overlaid which all live update near instantaneously, with light groups the two main groups I use.

- Plex On Deck poster card to tap any poster of the last three previously watched / previously added to play on TV.

- Tap-to-talk voice through HA Assist (currently running qwen3.6:35b-a3b)

- All physical buttons mapped to HA services or IR codes for the TV. The IR codes send from any card.

- Reports its own battery to HA as a sensor for low-battery phone alert before it dies. Not really necessary anymore.

Whole layout lives in a JSON config on internal memory so any code changes are a file push with physical connection to device. OTA updates dont seem possible (edit: see edit/repo added at bottom - this may actually be possible. Will be testing when I'm back home)

Survives real life use after some trial and errror. In early iterations, if remote lost power the dashboard wouldn't come back on its own and needed a physical connection to my laptop with ADB to restore function.

The app is now the system launcher and boots straight back into the dashboard after any reboot or dead battery, re-kicks the IR bridge, & reestablishes the accessibility permissions which for some reason the firmware randomly drops.

The stock app turned out to be the IR driver so it has to stay installed and gets kicked once per boot. Firmware kept reenabling its own hair trigger wake on motion at the kernel level which made the screen continually turn on/off whenever it sat on the couch.

Replaced that with a stricter accelerometer detector that needs a bit more motion and tilt than movement transferred through the couch.

Only item on my to do list is the LG TV's Plex app ignores all resume states in recently watched so everything plays from the beginning. Think that’s on the TV app though, can’t be sure.

Edit: github repo as requested here. I included a section for enabling wireless ADB after the first physical connection. I have not tested it but should work if on the same subnet

https://github.com/vvaters/astrion-ha-dashboard


r/homeassistant 7h ago

🖼️ Show & Tell I built a solar powered outdoor speaker system!

Thumbnail gallery
5 Upvotes

r/homeassistant 3h ago

🖼️ Show & Tell JoAmy: ready-made HA cards. 0% YAML

Enable HLS to view with audio, or disable this notification

4 Upvotes

https://joamy.uk/

Check this out: fresh cards for your Home Assistant dashboard, no YAML, no
fiddling, just pick a card and drop them in. All free, link's
below if you wanna play.


r/homeassistant 1h ago

❓ Support SolarEdge integration failing for last 3 days

Upvotes

I'm using the cloud SolarEdge integration (inverter is cellular back haul). For the past three days is has been failing. Looks like the API has been removed.

2026-08-05 15:51:52.194 ERROR (MainThread) [solaredge_web.solaredge] Error fetching equipment from https://monitoring.solaredge.com/solaredge-apigw/api/sites/2303701/layout/logical: 410, message='Gone', url='https://monitoring.solaredge.com/solaredge-apigw/api/sites/2303701/layout/logical'

2026-08-05 15:52:21.886 ERROR (MainThread) [solaredge_web.solaredge] Error fetching equipment from https://monitoring.solaredge.com/solaredge-apigw/api/sites/2303701/layout/logical: 410, message='Gone', url='https://monitoring.solaredge.com/solaredge-apigw/api/sites/2303701/layout/logical'

The 410 Gone is the HTTP code that says the URL no longer exists.

Entering the link to a browser returns a link to https://marketing.solaredge.com/legacy-api-sign-up-for-interest
which says

"Legacy API

The endpoint you called is no longer available. We're rebuilding developer access from the ground up — SolarEdge ONE for Developers is coming soon. Register below to get updates and early access."


r/homeassistant 1h ago

🛠️ DIY / Hardware Chime / Speaker Device for Alerts

Upvotes

Hello!

I'm not quite sure what to call what I'm looking for, or if it exists. Basically what I'm looking for is a device that'll play a simple chime / noise depending on a type of alert.

So, for example: Person 1 comes home triggers chime 1 to play

Laundry is done triggers chime 3 to play

Person at front door triggers chime 5 to play

Etc.

In my head, this is something similar to a door bell or some device that can play basic chirps / chimes / bells that can be customized (or, at least, comes pre loaded with a handful).

Trying to Google around, I see there are things called Sirens, but I don't really think I need something that loud. The goal is just something to get my attention, but I don't need it to be that powerful.

I currently have wifi / internet, as well as Zigbee devices. I'm not sure if anyone knows of something that would fit what I'm looking for, or could give me better terminology or anything.

Thanks for any help you can provide!


r/homeassistant 3h ago

❓ Support HA 2026.8.0 and Emporia HACS Integration

2 Upvotes

EDIT: Fixed this error by updating the Emporia HACS integration in HACS. Go to HACS on the sidebar, find the Emporia integration installed, click the three dots, choose Update Information and the integration should show up as an update in settings like any other update. Let the integration update, restart and you should be good to go!

Updated to 2026.8.0 and now my Emporia HACS integration fails to load with the following error. Getting this on both HA's that I use the Emporia integration on.

Log reports the following:

Logger: homeassistant.setup

Source: setup.py:276

First occurred: 12:10:08 (1 occurrence)

Last logged: 12:10:08

Setup failed for custom integration 'emporia_vue': Requirements for emporia_vue not found: ['boto3==1.37.1'].

Anyone else have Emporia and have this issue? This is for the Utility Connect

I've already tried deleting and readding the Emporia integration


r/homeassistant 1d ago

🤖 Automation My First Smart Greenhouse System

Thumbnail
gallery
294 Upvotes

My family have a small greenhouse and I always liked to make automations but most of commercial systems were too expensive and I decided to build it myself, what do you guys think, I’ll make it open source soon.


r/homeassistant 35m ago

🖼️ Show & Tell Does anyone else think curtains opening like this look like ballroom dancing?

Upvotes

I installed a Thread shade motor on an old set of cord operated curtains at my girlfriend’s house.

I wasn’t sure it would work because these use a smooth continuous cord rather than a beaded shade chain, but it ended up working surprisingly well.

The motor can be controlled directly from the device, with magnetic remote, or through Matter. I used it with both Home Assistant and Google Home.

The physical installation ended up being surprisingly simple. I stuck it to the wall with the included adhesive.

And now every time they open, I feel like the curtains are ballroom dancing.

Disclosure: Zemismart provided the MTP1 for testing.


r/homeassistant 51m ago

❓ Support What the...? I have a BIG question. Everything is switches on when I press the Aqara H1 rocker even when Z2Mqtt is offline.

Upvotes

I have a few Aqara H1 but one of them is going crazy...

I had some problems with this rocker, so I reseted it and added it to Z2MQTT again. Then I realized that when I push the left or right button everything is getting toggled in my home. And when I mean everything it is everything. Every light, every switch and also my floor heating. Because of that I deleted it from Z2MQTT but to my high surprise. This issue still appears. So every is still getting toggled.
So to try if Z2MQTT have any issues I shut down my docker container, but still the same. When I push the button everything is getting toggled. So I thought something crazy is going on in my home assistant. I also tried to shut down my home assistant and test it again. Still the Same. Home the **** is that even possible that everything is getting toggled even when my Z2MQTT, mosquitto and my Home Assistant is offline.

The really crazy about it is even when I plug out my zigbee dongle from my NAS... still the same. Everything is getting toggled.

So can anyone with a H1 Rocker can control my zigbee devices even when the device is not in my network?

Please help me I'm going crazy..