Home
Softono

Flex Table Card

Open source JavaScript
268
Stars
33
Forks
44
Issues
8
Watchers
3 months
Last Commit

 About Flex Table Card

Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Flex Table Card?

We provide expert installation service for this software. Our team will install, configure, and secure Flex Table Card on your server. plans start at just $30.

Flex Table Card

View on GitHub

Flex Table

hacs_badge Version stable-release-1.4.0

Installation using HACS (Home Assistant Community Store)

  • Use HACS inside your frontend, if unavailable here is how to install HACS
  • Search for flex-table, hit install, done!
  • Add the appropriate lines as provided by HACS to your lovelace ui config

Installation (as quick, only manual updates, better for developers)

  • 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

Quick-Start & Documentation