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.
- Open HACS in your Home Assistant instance and search for Energy Flow Card Plus.
- Press Download and confirm.
- Reload your dashboard, then add the card via the UI or paste the YAML from the Examples page.
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: moduleIf 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.jsHACS 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
- Reload your browser cache (hard refresh).
- Edit a dashboard and click Add card → Custom: Energy Flow Card Plus.
- 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