I've been using this REST sensor for some time (https://community.home-assistant.io/t/wet-bulb-globe-temperature-for-nws-integration/319503/12) and at some point, it must have switched from returning a single datapoint to ignoring the "start" and "end" times and instead returning all of the entries in the dataset (or the next 24 -72 hours).
Is there a good way to filter down the response (given as an array) using the value_template?
For anyone coming across this now, there’s a reasonable way to grab WBGT from NOAA’s REST API. Drop this into your configuration.yml: sensor: - platform: rest name: wbgt_noaa resource_template: "https://digital.mdl.nws.noaa.gov/xml/sample_products/browser_interface/ndfdXMLclient.php?whichClient=NDFDgen&lat=XXXXXX&lon=XXXXXX&produc...