Skip to content

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

License

custom-cards/flex-table-card

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 5, 2018 23:42
November 24, 2023 15:03
November 24, 2023 15:03
November 24, 2023 15:03
November 24, 2023 15:03
March 8, 2020 01:52

Flex Table

hacs_badge Version stable-release-0.7.5
Buy Me A Coffee Or Beer

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