Hello
I have an automation in home assistant that send a message when its below 0 C outside at a time that is set in a input time helper.
How can i make this in node red
i use a average temp sensor that has a attribute with min temp
- id: '1600426864406'
alias: Message below 0 c
description: ''
trigger:
- platform: time
at: input_datetime.below_0
condition:
- condition: numeric_state
entity_id: sensor.average_temp_8_h
attribute: min_value
below: '0'
action:
- service: notify.mobile_app_sm_n970f
data:
message: Below 0 c
mode: single