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
Lovelace resource warning at startup: The warning Could not find Lovelace resource collection. Add card manually... was a false alarm. The lovelace key exists in hass.data before the ResourceStorageCollection is fully initialized, so the old check failed.
Now uses hass.is_running to properly detect startup phase and defers registration to the homeassistant_started event
Downgraded the fallback message from WARNING to DEBUG (the card was likely already added manually or via UI)