im trying to create a simple automation that will trigger a fan when the humidity of an entity is over 69% and it just will not trigger here is the below yaml
alias: Turn red eye Fan On When Humidity is 70% or Above
description: Turns on the fan when humidity reaches 70% or higher
triggers:
- trigger: numeric_state
entity_id:
- sensor.red_eye_probe_red_eye_humidity
above: 69.1
conditions: []
actions:
- target:
entity_id: switch.red_eye_fans_red_eye_fan_switch
action: switch.turn_on
data: {}
mode: single