Skip to content

Lovelace Configuration Manual Deprecated

Andrew Grimberg edited this page Feb 26, 2026 · 2 revisions

Lovelace Configuration (Manual, Deprecated)

⚠️ Deprecated: This manual YAML method is deprecated and will be removed in a future release. Please use Lovelace Configuration (Automatic) instead, which automatically generates dashboards without manual copy/paste.

Keymaster still generates per-lock YAML view files that you can manually copy into a dashboard if needed.

Add the lovelace code (Deprecated)

Generated files are written to:

<your Home Assistant config>/custom_components/keymaster/lovelace/

Each lock has a corresponding YAML file named <lockname>.yaml.

Open the relevant file and copy the YAML view content.

(Open file) Ctrl-A (select all) Ctrl-C (copy)

Open Home Assistant and open the LoveLace editor by clicking the ellipses on the top right of the screen, and then select "Configure UI" or "Edit Dashboard". Click the ellipses again and click "Raw config editor". Scroll down to the bottom of the screen and then paste your clipboard. This will paste a new View for your lock. Click the Save button then click the X to exit.