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: Import ha-expansion-panel in ha-form-expandable
The current usages of ha-form-expandable only work correctly because
ha-expansion-panel is already imported somewhere else by coincidence.
This adds an explicit import to avoid breakages when using
ha-form-expandable in a standalone context (e.g. within ./hassio).
0 commit comments