🐞 Fixed (Floor3DPro Editor) — Release Faz.2.1 Fix
This fix addresses a compatibility issue introduced by the Home Assistant 2026.x native editor lifecycle changes affecting the Floor3DPro card editor.
Following recent Home Assistant core updates, several previously stable editor components began to behave inconsistently, especially within the Entities configuration workflow.
The main issue was caused by changes in how Home Assistant now handles native editor components and transactional UI refresh cycles.
As a side effect, previously used custom and hybrid selector implementations started to break in different ways during editor refreshes.
This resulted in multiple UI regressions such as:
- Entity dropdown selectors failing to render
- Dropdown lists becoming unreadable or visually corrupted
- Friendly-name based entity rendering replacing raw entity selection flow
- Section blocks collapsing into each other after selection
- Inconsistent spacing between nested editor groups
What this fix does
- Migrates entity selection to Home Assistant native selector components
- Replaces unstable legacy hybrid dropdown behavior
- Restores stable entity selection across HA 2026.x releases
- Improves layout spacing inside nested editor sections
- Fixes section overlap between Entities, Type and Object, and child option groups
- Aligns editor rendering with HA native component lifecycle
Additional UI improvements include:
- Improved spacing under Type and Object
- Better separation between nested option groups
- Cleaner visual alignment inside entity rows
In short:
This release adapts the Floor3DPro editor to the latest Home Assistant native editor architecture and resolves multiple selector/layout regressions introduced by recent HA core updates.