Installation using HACS (Home Assistant Community Store)
- Use HACS inside your frontend, if unavailable here is how to install HACS
- Search for
flex-table
, hitinstall
, done! - Add the appropriate lines as provided by HACS to your lovelace ui config
- Find your home-assistent config-dir (e.g.,
~/.homeassistant/
) and change into~/.homeassistant/www
(create if needed) - Run
$ wget https://raw.githubusercontent.com/custom-cards/flex-table-card/master/flex-table-card.js
to get the.js
file - Add at the top of your UI Lovelace config (via lovelace ui config or within
.yaml
)
resources:
- type: module
url: /local/flex-table-card.js