I am brand new to HA, automations, and YAML. Trying to figure my first one out!
I am trying to create an automation that automatically triggers 14 hours after the last sunset time. I have figured out that the built-in Sun integration only gives the next sunrise. I found the custom Sun2 integration, which creates sensors for Dusk, Dawn, Sunrise, Sunset, and more. I can also see that the sensors have multiple attributes available. For instance, the 'Home Sun Rising' sensor has three attributes: yesterday, today, and tomorrow.
Anyway, I see that I can use the 'Home Sun Rising' sensor directly in the 'At Time' field. This would trigger the automation right at Sunrise. How would I go about modifying this so that it triggers 14 hours after that value?