Skip to content

Quick Start

Installation

HACS

Expander-Card is available in HACS (Home Assistant Community Store) by default.

  1. Install HACS if you don't have it already
  2. Open HACS in Home Assistant
  3. Searching for expander card

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Manual

  1. Download expander-card.js file from the latest release.
  2. Put expander-card.js file into your config/www folder.
  3. Add reference to expander-card.js in Dashboard. There's two way to do that:

    • Using UI: SettingsDashboardsMore Options iconResourcesAdd Resource → Set Url as /local/expander-card.js → Set Resource type as JavaScript Module. Note: If you do not see the Resources menu, you will need to enable Advanced Mode in your User Profile
    • Using YAML: Add following code to lovelace section.

    yaml resources: - url: /local/expander-card.js type: module