Skip to content

Installation

The recommended way to install the Flexible Horseshoe Card is through HACS. This keeps installation simple and makes it easier to update the card when a new version is released.

Manual installation is also possible if you prefer to manage the card files yourself.

Install via HACS

hacs_badge

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

HACS can install both stable and latest available versions. The latest version may be a pre-release or development version.



stable stable-date
latest latest-date
downloads

Manual installation

  1. Download dist/flex-horseshoe-card.js from GitHub.

  2. Copy the file into your Home Assistant config/www directory.

  3. Add the card as a Lovelace resource.

If you use the dashboard editor UI, add the resource in the raw configuration editor.

If you use YAML mode, add the resource to the resources.yaml file that is included in your ui-lovelace.yaml file.

resources:
  - url: /local/flex-horseshoe-card.js
    type: module