I’m trying to find a weather service that provides a descriptive forecast for day - night - tomorrow.
I discovered this is available in the NWS integration, but I can’t seem to deduce at what time these keys are correct.
I thought {state_attr("weather.knak_daynight","forecast")[0].detailed_description}}
would give me 'Todays (day) forecast.
Additionally I thought {state_attr("weather.knak_daynight","forecast")[1].detailed_description}}
would give me Tonights (night) forecast
and finally {state_attr("weather.knak_daynight","forecast")[2].detailed_description}}
would provide Tomorrows forecast.
The forecast don’t seem like they are in line with the key for the time of day I check. Either I have the statements wrong or I can’t find the proper time to send the message.
Here is an example: