SMARTi watermark
Drag & Drop Card Wiki · Section 05.3

Behaviour

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.

Behaviour

Behaviour settings control how the dashboard feels when people use it. They decide how saving works, how editing is protected, whether Home Assistant chrome is hidden, how mobile behavior is handled, and whether debug tools are enabled.

Saving and editing

Auto-save makes editing feel smoother because changes are stored as you work. For large dashboards, the debounce value helps avoid saving too aggressively while cards are being dragged or resized.

If the dashboard is used on a wall tablet or by other people, an edit PIN can prevent accidental changes. It is meant as practical protection, not as a full security system.

Kiosk-style dashboards

For wall panels, hiding the Home Assistant header and sidebar can make the dashboard feel like a dedicated app. This works especially well together with a screen saver and clear touch-friendly controls.

Settings reference

Dashboard settingYAML settingWhat it doesValue possibilities
Auto-saveauto_saveAutomatically saves changes while editing.true or false.
Auto-save delayauto_save_debounceControls how long DDC waits before saving repeated edits.Delay in milliseconds.
Edit mode PINedit_mode_pinProtects edit mode from accidental access.Empty value or PIN text.
Hide Home Assistant headerhide_HA_HeaderHides the top Home Assistant header for kiosk-style dashboards.true or false.
Hide Home Assistant sidebarhide_HA_SidebarHides the Home Assistant sidebar for a cleaner wall-panel view.true or false.
Do not resize textdo_not_resize_textPrevents automatic text resizing when layouts change.true or false.
Debug modedebugEnables extra diagnostics for troubleshooting.true or false.
Last updated 2026-05-28.