Energy Flow Card Plus

Installation

HACS is the recommended way to install the card. Manual installation is also supported.

HACS (recommended)

The card is part of the HACS Default repositories. If you don't have HACS yet, follow the HACS prerequisites.

  1. Open HACS in your Home Assistant instance and search for Energy Flow Card Plus.
  2. Press Download and confirm.
  3. Reload your dashboard, then add the card via the UI or paste the YAML from the Examples page.
Open in HACS

Manual installation

Download energy-flow-card-plus.js from the latest release and copy it into config/www.

If you configure dashboards via YAML, register the resource:

yaml
resources:
  - url: /local/energy-flow-card-plus.js
    type: module

If you prefer the graphical editor: enable advanced mode in your user profile, go to Settings → Dashboards → ⋮ → Resources, click Add resource and paste:

text
/local/energy-flow-card-plus.js
HACS users
When installed via HACS the path becomes /hacsfiles/energy-flow-card-plus/energy-flow-card-plus.js. HACS usually registers it automatically.

Verify the install

  1. Reload your browser cache (hard refresh).
  2. Edit a dashboard and click Add card → Custom: Energy Flow Card Plus.
  3. Use the UI editor or paste the minimal config below.
yaml
type: custom:energy-flow-card-plus
entities:
  grid:
    entity: sensor.grid_energy
  solar:
    entity: sensor.solar_energy