Airthings Wave Mini VOC

I’ve added the basic script to ESPHome and the sensors are updating except for VOC, it is a static 46ppb, yet when I check the app the number does not match, do I need to wait the 7 days for calibrations?

My Mini also has a mold sensor, is this sensor supported in HA?

sensor:
  - platform: airthings_wave_mini
    ble_client_id: airthingsmini
    update_interval: 5min # default
    temperature:
      name: "WaveMini Temperature"
    pressure:
      name: "WaveMini Pressure"
    humidity:
      name: "WaveMini Humidity"
    tvoc:
      name: "WaveMini VOC"

ble_client:
  - mac_address: 01:02:03:04:05:06
    id: airthingsmini

esp32_ble_tracker: