Installation
Important
- No backend integration is required.
- No
configuration.yamlentry is required. - The card is loaded as a Lovelace frontend resource.
HACS
- Open HACS.
- Open the Frontend section.
- Add this repository as a custom repository if needed.
- Install
Universal Card. - Optional lazy bundles are resolved automatically from the HACS install directory.
- Refresh the browser cache.
Manual
- Copy
universal-card.jsand thelazy/directory into/config/www/universal-card/. - Add a Lovelace resource:
- URL:
/local/universal-card/universal-card.js - Type:
module
- URL:
- Refresh the browser cache.
Verify the resource
Use a minimal card first:
type: custom:universal-card
title: Installation Check
body:
cards:
- type: markdown
content: Universal Card loaded successfully
If the card renders, continue with the configuration guide or jump straight to the examples gallery.