Skip to content

Installation

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

HACS

Manual Installation

  1. Download the device-card.js file from the latest release
  2. Copy it to your www/community/device-card/ folder
  3. 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