Logic Check with history_stats

  - platform: history_stats
    name: Bike Turns (times doing it)
    entity_id: binary_sensor.bike_contact
    state: 'off'
    type: count
    duration: "05:00"
    start: "{{ now().replace(hour=0, minute=0, second=0) }}"

does this mean it count +1 for every 5min bike contact is off