I am trying to run some automations based on tonight’s forecasted low temperature. I am using the following openwether command:
condition = $context.response.data.daily.1.temp.min
This seems to return the low temperature for a 24 hr period based on the time the system is checked.
What is the proper command to use?