Installation
HACS (Recommended)
- Open HACS in your Home Assistant instance
- Click the menu icon in the top right and select "Custom repositories"
- Add this repository URL and select "Dashboard" as the category
https://github.com/homeassistant-extras/device-card
- Click "Install"

Manual Installation
- Download the
device-card.js file from the latest release
- Copy it to your
www/community/device-card/ folder
- Add the following to your
configuration.yaml (or add as a resource in dashboards menu)
lovelace:
resources:
- url: /local/community/device-card/device-card.js
type: module