What do you mean by reset? restart the countdown again from 60 minutes or stop it?
I believe you want the first one, right? then this might be what you need.
[{"id":"4cfa860.913c17c","type":"api-current-state","z":"504c4983.a509d8","name":"humidififer on?","server":"9405c3fe.d0a6c","version":3,"outputs":2,"halt_if":"on","halt_if_type":"str","halt_if_compare":"is","entity_id":"your_humidifier","state_type":"str","blockInputOverrides":true,"outputProperties":[],"for":0,"forType":"num","forUnits":"minutes","override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":510,"y":2540,"wires":[["8e7fa521.613b78"],["51772f0a.c783c"]]},{"id":"8e7fa521.613b78","type":"api-current-state","z":"504c4983.a509d8","name":"< 37?","server":"9405c3fe.d0a6c","version":3,"outputs":2,"halt_if":"on","halt_if_type":"str","halt_if_compare":"is","entity_id":"sensor.humidity","state_type":"str","blockInputOverrides":true,"outputProperties":[],"for":0,"forType":"num","forUnits":"minutes","override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":670,"y":2500,"wires":[["1e01252a.3e51db"],["51772f0a.c783c"]]},{"id":"51772f0a.c783c","type":"change","z":"504c4983.a509d8","name":"stop","rules":[{"t":"set","p":"payload","pt":"msg","to":"stop","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":790,"y":2540,"wires":[["1e01252a.3e51db"]]},{"id":"912ae60a.f93058","type":"trigger-state","z":"504c4983.a509d8","name":"Humidity < 37?","server":"9405c3fe.d0a6c","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"sensor.humidity","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"targetType":"this_entity","targetValue":"","propertyType":"current_state","comparatorType":"<","comparatorValueDatatype":"num","comparatorValue":"37","propertyValue":"new_state.state"},{"targetType":"this_entity","targetValue":"","propertyType":"previous_state","comparatorType":">=","comparatorValueDatatype":"num","comparatorValue":"37","propertyValue":"old_state.state"}],"inputs":0,"outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","enableInput":false,"x":280,"y":2500,"wires":[["4cfa860.913c17c"],[]]},{"id":"56ead76a.daea48","type":"trigger-state","z":"504c4983.a509d8","name":"Humidity >= 37?","server":"9405c3fe.d0a6c","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"sensor.humidity","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"targetType":"this_entity","targetValue":"","propertyType":"current_state","comparatorType":">=","comparatorValueDatatype":"num","comparatorValue":"37","propertyValue":"new_state.state"},{"targetType":"this_entity","targetValue":"","propertyType":"previous_state","comparatorType":"<","comparatorValueDatatype":"num","comparatorValue":"37","propertyValue":"old_state.state"}],"inputs":0,"outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","enableInput":false,"x":280,"y":2540,"wires":[["4cfa860.913c17c"],[]]},{"id":"4046f79c.319948","type":"server-state-changed","z":"504c4983.a509d8","name":"Humifier","server":"9405c3fe.d0a6c","version":3,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"your_humidifier","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[],"x":300,"y":2580,"wires":[["4cfa860.913c17c"]]},{"id":"1e01252a.3e51db","type":"trigger","z":"504c4983.a509d8","name":"","op1":"","op2":"","op1type":"nul","op2type":"payl","duration":"60","extend":true,"overrideDelay":false,"units":"min","reset":"stop","bytopic":"all","topic":"topic","outputs":1,"x":950,"y":2500,"wires":[["af284073.7340e"]]},{"id":"af284073.7340e","type":"api-call-service","z":"504c4983.a509d8","name":"Lamp to red","server":"9405c3fe.d0a6c","version":3,"debugenabled":false,"service_domain":"","service":"","entityId":"","data":"","dataType":"jsonata","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1110,"y":2500,"wires":[[]]},{"id":"9405c3fe.d0a6c","type":"server","name":"Home Assistant","version":2,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":30}]
It’s a bit cumbersome but I think it’ll do what you want