Irrigation-V5
Irrigation-V5 copied to clipboard
Program Frequency Disappeared
Either i have mis-read the documentation, or something has happened?
I have created my frequency using OpenWeatherMapHistory using:
{% if avgtemp < 10 -%}
Off
{% elif avgtemp < 20 -%}
Mon, Fri
{% else -%}
Mon, Thu, Sat
{% endif -%}
Yet i cannot find where i should apply this sensor to? At least i do not see any option in my program?