Hi, I might be missing something really obvious but when I am looking at the weather card (The provided met.no one) it shows the min and max temperature. However I can't seem to read this data in a condition; Is there a way to read this or should I use another weather integration? For context I want to read the max temperature today and close curtains accordingly
#How to get maximum temperature
1 messages · Page 1 of 1 (latest)
You'll need to get the forecast using weather.get_forecasts and then you can get the max and min temperature for the day from the first item in the forecast (however, some integrations do not include the current day in the forecast)
Some weather integrations already provide separate sensors for such data points, but you can also create trigger based template sensors to create them yourself
I'm a little lost what I am supposed to do to call something like weather.get_forecasts. Is there a docs page? I'm reading something about templates but I'm a little lost from there