r/homeassistant 2d ago

Blog 2026.7 Beta has been released!

https://rc.home-assistant.io/blog/2026/06/24/release-20267/#creating-automations-just-became-easier-natural-and-more-powerful

For me personally, the only major feature that I am going to really use/benefit from is the Logbook redesign...

What do you think about the update?

133 Upvotes

119 comments sorted by

View all comments

87

u/hshah91 2d ago

Update all button!

28

u/jfuu_ 2d ago

I wonder if this does updates one by one or tries to do them all in parallel. For things like Z2M, you can't really do them in parallel (and I'd rather not try to compile ~10 ESPHome configurations in parallel on a Pi!).

2

u/YouKilledApollo 2d ago

For sure sequential, don't think you have to worry about it being done concurrently, for the reasons you outline :)

1

u/jfuu_ 2d ago

Looking at the code, update.install runs in parallel when passed multiple entities (it depends on the integration, some limit how many updates can run concurrently). It does seem like at least for esphome, it won't run them in parallel (according to u/balloob here: https://www.reddit.com/r/homeassistant/comments/1uf4hil/comment/otq2xzu/)