SMARTi watermark
Drag & Drop Card Wiki · Section 11

Troubleshooting

A comprehensive and user-friendly guide to creating modern, polished, and fully responsive Home Assistant dashboards using the Drag & Drop Card. This wiki combines clear explanations, practical real-world configuration examples, step-by-step walkthroughs, and visual references where they add the most value — making it easy for both beginners and advanced users to design powerful and visually appealing dashboards.

12 sections Config examples HADS-ready exports
Demo focus
Drag, resize, snap, export.
Add screenshots from admin to turn this section into a richer visual guide.

Troubleshooting

Most Drag & Drop Card issues are caused by missing resources, stale browser cache, missing custom card dependencies, reused storage keys, or imported entities that do not exist in your Home Assistant instance.

Common checks

ProblemWhat to check
Card does not loadCheck the Lovelace resource, clear browser cache, and confirm the JavaScript file path.
Layout does not saveCheck storage_key, backend availability, and browser storage.
Imported dashboard looks brokenInstall missing custom cards and replace missing entity IDs.
Tabs do not show expected cardsCheck each card's tab assignment.
Layers hide cards unexpectedlyCheck whether the card is assigned to a layer that is inactive.
Connectors do not animateCheck entity, active states, animation mode, and whether the connector is on the current tab.
Screen saver does not startCheck whether screen saver is enabled and whether the activation delay is too long.
Package helpers do not appearRun package sync diagnostics and reload Home Assistant.

Safe recovery flow

  1. Export the current dashboard before changing anything.
  2. Check the browser console for errors.
  3. Confirm that all required custom cards are installed.
  4. Confirm that imported entity IDs exist in your Home Assistant instance.
  5. Temporarily disable advanced visuals, connectors, or packages if you are isolating a problem.
  6. Test with a new storage key if you suspect layout storage is the issue.

When asking for help

Include your Drag & Drop Card version, Home Assistant version, browser, relevant settings, screenshots, and browser console errors. If it is an import or HADS problem, include the design type, dependencies, and whether you tested it in a clean view.

Image slotAdd screenshots of common console errors and where to find diagnostics.
Last updated 2026-05-27.