v2.2.1 🐞 Bug Fixes
Fixed a freeze when adding the card to the default dashboard (/lovelace/default_view).
Root cause: Home Assistant does not expose a urlPath for the default dashboard, which caused the card to enter an endless retry loop.
The card now explicitly normalizes this case and treats the default dashboard as "lovelace", preventing the loop.