So, I thought I was at least a competent HA user and that HA could do ANYTHING. But now I’m stumped.
I would like to have HA send a REST request to to an https endpoint, apply the resulting json object to a template, and display that document in a card on a dashboard.
For example, I have a list of chores stored in a NoCoDb database that I would like HA to display on my kid’s dashboard. I know I could use a to-do list, but I have other purposes as well.
There are some exceptions, but usually any information you want to show on a dashboard has to come from one or more entities. You can use various cards to change how the information is displayed but the source is going to be an entity.
So, a RESTful sensor would be the starting point to get data from a REST endpoint into an entity.