You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed dialog scrolling being silently blocked inside the FLODE panel (Shadow DOM): scrollable content in dialogs (e.g. the automation list in "Open Automation") no longer ignores wheel/trackpad scroll. Root cause was Radix Dialog's default scroll lock breaking under Shadow DOM event retargeting; dialogs are now non-modal for scroll-locking purposes while still dimming/blocking the background.
Fixed incorrect colors on native Home Assistant form fields and dropdowns (e.g. the entity picker field, select dropdowns) in dark mode.