I am trying to get an automation that lowers my blinds when the sun within a certain position in the sky. Basically if the Sun is > 260 deg azimuth and between an elevation of 15deg and 1 degrees above the horizon.
I wrote an automation but as it did not work fully I realized triggers only fire once. so basically the trigger fires on the sun being > 260degr azimuth but since the elevation is not in the 1-15degree range it doesn’t execute the automation and then never checks. How do I make it constantly check if it is within the given elevation once azimuth is > 260?