Smart Air Freshener for Toilet

I build a smart air freshener using this YouTube video: https://www.youtube.com/watch?v=gmUkuQgKljo. Thank you so much 3ATIVE VFX. It's working great, but my wife don't want air freshener work every time someone is in the bathroom ( I use a presents automation). So, I build small devices for toilet seat. FSR( Force Sensing Resistor ) connected to Zigbee Door sensor and every time someone seat on the toilet for more than 1.5 minutes it's activate Air Freshener using simple automation. Also I add an exhaust fan to the same automation. It's start at the same time with air freshener and stop when motion sensor not sensing motion for 15 minutes.
FSR similar to MECCANIXITY Thin Film Pressure Sensor, FSR-400sB 20g-2Kg Force Sensing Resistor Stress Test Sensor Pad for Smart Home, Instruments, 2 Pack: Amazon.com: Industrial & Scientific
Automation for Air freshener:

alias: First Floor Air Freshener Toggle
description: My Bathroom Air Freshener
triggers:
  - trigger: state
    entity_id:
      - binary_sensor.toilet_seat_sensor
    from:
      - "on"
    to:
      - "off"
    for:
      hours: 0
      minutes: 1
      seconds: 0
conditions: []
actions:
  - type: toggle
    device_id: d94b7aa647e57f526288fa8dbc7e5ffb
    entity_id: fc2a42c5f422034e311281ab25d0a76e
    domain: switch
mode: single