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

Notifications You must be signed in to change notification settings

iamjoshk/flex-table-card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork adds a configurable search box above the table to filter data down to only what you want to see without altering the card itself. Just add search: true below type. Example:

type: custom:flex-table-card
search: true
entities:
... rest of configuration

It also reduces font-size sligthtly (which was for my own preference convenience).


Flex Table

hacs_badge Version stable-release-0.7.8

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%