custom-cards / 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
GNU General Public License v3.0
198 stars 23 forks source link

Fix refresh table only as needed #103

Closed EdLeckert closed 10 months ago

EdLeckert commented 10 months ago

Fix for Issues:

Have tested against adding/removing/changing rows, populated by both entities and attributes. Also tested multiple table instances on a page (View).

Config changes are handled by HA prompt:

Your dashboard was updated. Refresh to see changes?

Rows now only update when source entity changes.

Looked at more "official" patterns in use, but didn't seem a good fit for this model.