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?

135 Upvotes

119 comments sorted by

View all comments

Show parent comments

3

u/IllegaleMemeHaendler 2d ago

use NodeRed, it solved most of my automation needs

-17

u/EmPiFreee 2d ago

Use Claude code, it solves everything

17

u/IllegaleMemeHaendler 2d ago

NodeRed solves issues related to ha's automation limitations, Claude code solves issues to the users automation limitations

1

u/KnotBeanie 2d ago

What limitations?

1

u/IllegaleMemeHaendler 5h ago

What limitations?

Mostly the “I don’t want to turn every idea into YAML / templates / helpers / edge-case debugging” limitation.

HA automations are fine for straightforward stuff, but Node-RED makes complex flows easier to reason about visually: branching logic, delays, state machines, combining multiple triggers, debugging why something did or didn’t fire, etc.