Sensor timer triggers

hi all.

since the latest release, my motion sensor timer triggers seam to have stopped working.

alias: "Kitchen Side off "
description: ""
trigger:
  - type: not_occupied
    platform: device
    device_id: 80cdfbf360589c2761a020ef7d8c77a4
    entity_id: 0ca6e7f96c61f767613dd7cac7fd16e3
    domain: binary_sensor
    for:
      hours: 0
      minutes: 5
      seconds: 0
condition: []
action:
  - type: turn_off
    device_id: 8ca10aa6d268ff20dc5de661fffe86e6
    entity_id: 5c04d8518070b0e78a1b07d31b23af6e
    domain: light
mode: single

If I change this to 10 seconds, it seams to work, but its not practical for this application.