Please send help i have this automation and it seems to not be constantly checking or even periodically checking it will only update when temperature goes above 25 degrees once then not again. Am i doing something wrong?
description: ""
triggers:
- trigger: numeric_state
entity_id:
- sensor.temperaturesensor_temperature
above: 25
for:
hours: 0
minutes: 5
seconds: 0
conditions:
- condition: numeric_state
entity_id: sensor.el_pc_current_power
above: 400
- condition: state
entity_id: switch.el_bedroom_airconditioner
state: "off"
actions:
- action: switch.turn_on
metadata: {}
data: {}
target:
entity_id: switch.el_bedroom_airconditioner```