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

Add support for service call responses #130

Closed EdLeckert closed 3 months ago

EdLeckert commented 3 months ago

The core HA team intends to eliminate large entity attribute values by instead encouraging the use of service calls with responses. While this is a somewhat controversial change of direction, as it will cause a good deal of disruption to users, it is in fact happening.

An example of this including their justification is shown in the introduction of the new Weather Service in the September 2023 Release Notes.

By its very nature, flex-table-card lends itself very nicely to displaying large amounts of data. Therefore, it is reasonable to assume that some users of the card will be impacted by this shift in strategy as attribute data they depend on is moved gradually to service call responses.

I am submitting a PR as a potential pre-emptive solution to this problem.

As always, comments and suggestions are welcome.

daringer commented 3 months ago

merged, releasing this week

daringer commented 3 months ago

tested & released in v0.7.6