How to get Forecast Home weather "state" (sunny)?

How to get Forecast Home weather “state” (sunny for ex)?

image

If your weather entity_id is weather.forecast_home you can get its state value with the following template:

{{ states('weather.forecast_home') }}

Where do you want to use that value? For example, in an automation’s trigger or condition?