Weather integration that shows rain probability in the next 24 hours

you can use a template sensor to extract tomorrows data from the attributes s
something like this

{{ state_attr('weather.home', 'forecast')[1].precipitation_probability }}

Should return 52 for tomorrow…

3 Likes