Weatherman Dashboard - No sensor entity?

Everything else works except the thing labelled “sensor.weatherman_data”. Under the Entities tab this is described as “unavailable” and no more information is given.

Check and Restart says “Invalid config for [sensor]: required key not provided @ data[‘platform’]. Got None. (See /config/configuration.yaml, line 21).”

The following is from configuration.yaml. The API key I got from the MTA has been edited and is not the same as the one in the config. Line 21 is blank, but line 22 says:

  • platform: gtfs_rt
    trip_update_url: “https://api-endpoint.mta.info/Dataservice/mtagtfsfeeds/nyct%2Fgtfs-l
    x_api_key: “cWNts9FmCb4ihHS9Rv9JkYHheo1eOpS2l8XXXXX”
    scan_interval: 60
    entity_namespace: gtfs_mta_subway
    departures:
    • name: “Station (Northbound)”
      route: “1”
      stopid: “101N”
    • name: “Station (Southboard)”
      route: “1”
      stopid: “101S”

Any ideas?

bumping for visibility