Skip to content

v3.8.9 – Fix Lovelace resource registration warning

Choose a tag to compare

@FX6W9WZK FX6W9WZK released this 15 Mar 22:47

Fix

  • 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)