The problem
Could you rollback the #170560 or make area ID optional to ignore it.
- It is making it impossible to auto-fix entity IDs which is used to be so useful to clean up a mess in case of large set of entities.
- It is breaking a lot of stuff in existing dashboards as now entity got changed.
- It is not suitable case where device could change room or be moved
- 'recreate entity ids' is dangerous and could not be used
What version of Home Assistant Core has the issue?
core-2026.6.0
What was the last working version of Home Assistant Core?
core-2026.5.4
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The problem
Could you rollback the #170560 or make area ID optional to ignore it.
What version of Home Assistant Core has the issue?
core-2026.6.0
What was the last working version of Home Assistant Core?
core-2026.5.4
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
👋 Hey everyone,
First things first: thank you. This thread got warm (in more ways than one 😅), but the feedback in here has been really useful, and I've read all of it. This is exactly how we make Home Assistant better, so please keep it coming. For real.
Let me share where we are and what we're going to do about it.
A little context on the "why"
The area name showing up in generated entity IDs isn't a random change; it's one piece of a much larger, multi-year effort to clean up how naming works in Home Assistant. For a long time, all context (area, device, entity) had to be crammed into a single name, and that created a lot of duplication and maintenance pain. We've been moving toward na…