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
Fix HACS validation failure: removed invalid images key from hacs.json (the plugin schema does not allow it — was causing 1/7 checks failed)
Fix Text Sizes section in editor: ha-textfield elements now render correctly in the grid layout (display: block; width: 100% required since custom elements default to inline display and collapse in grid containers)