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…
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…