list-card
list-card copied to clipboard
📰 Display sensor list data in a table
Please fix
I use ha-multiscrape for a few HTML tables and JSON files. I'm not too sure what value_template I should use to generate data that works for list-card. For example: The...
Is there a way to select the value? I want the image value as showen below entries: - title: 'GGD Utrecht: Derde van besmette Verknipt-bezoekers uit regio had virus al'...
The content of the cells are not selectable (by mouse). When displaying tabular data, I would like to be able to select (a range of) cells with the mouse for...
Hi, I'm having issues to display images. feed: ``` entries: - title: '''We don''t want war'': Russia, US clash at UN over Ukraine crisis' title_detail: type: text/plain language: null base:...
I have a weird issue. I installed the card, and it shows in HACS and also in the Lovelace resources (as "/hacsfiles/list-card/list-card.js?hacstag=145479324011"). However, the use of the card seems not...
I noticed that I cannot make a selection on the list rendered in HA. I would expect that a piece of text on a web page can be selected with...
I created custom mqtt sensor which gets its data on a regular basis, i.e. every minute. If I visit the page with the `list-card` before the first update of the...
see https://gist.github.com/jakub-g/e580331ce7363b831d4273fb2fded4d9 so that e.g. ``` field: day regex: \p{Letter}+ ``` will match "Måndag" in the field
This is a great card - Thanks!! Is it possible to add the ability to sort on any field in either ascending or descending order? Thanks in advance.