Aeotec not triggering alert

This YAML works for other sensors so I’m assuming the aeotec devices may be wrong but thought I’d ask folks with more experience. Does aeotec behave uniquely? Is there we special tricks?

alias: Low temp machine room 2
description: Different setup
trigger:
  - type: temperature
    platform: device
    device_id: 19e5c6e4a3f20257d430e58f3638a8ac
    entity_id: sensor.aerq_temperature_and_humidity_sensor_v2_0_air_temperature
    domain: sensor
    below: 55
    for:
      hours: 0
      minutes: 5
      seconds: 0
condition: []
action:
  - device_id: e7d890f57728182eb62284d0af997b4e
    domain: mobile_app
    type: notify
    message: " low temp basement "
    title: title
mode: single

I’m not familiar with the trigger setup you have. I do have aeotec sensors and use them similarly to what I think you are trying to do.

trigger:
  - platform: numeric_state
    entity_id: sensor.aerq_temperature_and_humidity_sensor_v2_0_air_temperature
    below: 55
    for: "00:05:00"

Thanks. Can you provide your full YAML? I think I also have a similar setup (tried multiple YAML files/triggers). I’m about to try excluding and hard reset etc.