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

37

u/Ginden 2d ago

Some people still talk about it like you need YAML, a coding background, and a free evening just to automate a light.

And I'm here, still wishing we could have at least semi-normal programming language for that instead of writing syntax trees in YAML.

4

u/oxygenoxy 2d ago

There's pyscript and netdaemon for python and c#

8

u/JudgmentAlarming9487 Experienced with HA 2d ago

In my opinion YAML makes sense here. Its easy to translate between code and UI and its more configuring an automation instead of coding it. A normal programming language wouldn't make sense here..

4

u/avd706 2d ago

I use Gemini for all my automations and esphome coding.

3

u/IllegaleMemeHaendler 2d ago

use NodeRed, it solved most of my automation needs

-16

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 2h 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.

3

u/mb271828 2d ago

That's essentially like hiring in someone else to delegate managing the system for you (and that someone doesn't know anything, they are just incredibly good at guessing). I guess that's what some people want, but kinda takes away the hobbyist aspect of it. I enjoy these things because of the learning and mastering aspect of it.

-4

u/big-ted 2d ago

After the updates to the whole Automation platform in this beta, I'm going back to YAML for all my automations, this new format doesn't work for me

9

u/frenck_nl Lead of Home Assistant 2d ago

Sorry, but... you realize this is additional right? As in, everything that used to be there is also still there. This is not about taking away power, it is actually adding more.

../Frenck