Trying to fill a knowledge gap. The integration for LaMetric can display a simple graph
service: lametric.chart
target: {}
data:
device_id: 058342a18f364c4a0e0cadfdadd5xxxxx
data: [1,2,3,4,3]
I have a DEVICE that has SENSORS on of which is 'Feels like" with a Entity_ID of “sensor.backyard_feels_like”
How would I convert the history of “sensor.backyard_feels_like” into a table/comma delimited list for the service, so that I can call the service and have it show the last 6 hours of temperature history?