Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 576 Bytes

installation.md

File metadata and controls

19 lines (18 loc) · 576 Bytes

Installation

HACS

  1. Add this repo to HACS (Detailed explanation)
  2. Install
  3. Add something like this to the configuration (Ignore this if you do it through the UI):
    - url: /hacsfiles/my-cards/my-cards.js
      type: module

Manually

  1. Download my-slider.js located in dist/ directory
  2. Place it in your HA www/ directory
  3. Add something like this to the configuration (Ignore this if you do it through the UI):
    - url: /local/my-cards.js
      type: module