Skip to content

Installation and Quick Start

cataseven edited this page Jul 29, 2026 · 1 revision

Installation and Quick Start

📦 Installation

HACS (recommended)

  1. Open HACS
  2. Search from the search bar: Statistics Graph Chart Card
  3. Install Home Assistant - Statistics Graph Chart Card
  4. Hard-refresh your browser

Manual

  1. Download Home Assistant - Statistics Graph Chart Card.js from the latest release
  2. Copy it to /config/www/
  3. Add the resource in Settings → Dashboards → Resources:
url: /local/Home Assistant - Statistics Graph Chart Card.js
type: module

🚀 Quick Start

type: custom:statistics-graph-chart-card
card_header: Living Room
entities:
  - entity: sensor.temperature_living
    name: Temperature
    color: "#ff6b35"

No YAML needed? The card has a full visual editor built in. Click the pencil icon on any card in the Lovelace UI to configure everything — including rise/fall colors, trend settings, and number formats — without writing a single line of YAML. See Visual Editor for details.


Clone this wiki locally