Irrigation-V5 icon indicating copy to clipboard operation
Irrigation-V5 copied to clipboard

Program Frequency Disappeared

Open ryjogo opened this issue 5 months ago • 4 comments

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?

Image

ryjogo avatar May 03 '25 11:05 ryjogo