GTFS Dead?

Has anyone gotten GTFS working recently?

I have the sensor setup but I am not getting any data.

Sensor:

#TRANSIT INFORMATION
  - platform: gtfs
    origin: S09031
    destination: S02037
    data: kt.zip
    name: Route-502

My log is filled with

2019-09-20 11:33:44 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.route_502 is taking over 10 seconds

The Sensor has a state of 0
and attributes of:

Info: No more departures today
unit_of_measurement: min
friendly_name: Route-502
icon: mdi:train

Now the one thing I may have messed up is the location of the gtfs folder. I have it located in the root folder of Home Assistant. Along side /www, custom_components, ui-lovelace.yaml, etc…
In the GTFS dir I have the zip file from Transitfeeds, and the .sqlite, .sqlite-shm, and .sqlite-wal files.
I’m assuming the gtfs folder is in the right spot since I have the .sqlite files but I’m not certain.