Pollen to IQVIA migration stopped showing data

After moving to the IQVIA platform, it reports my zip code has no data - as well as every other nearby zip code I’ve tried including Boston. Neither 01701 or 02101 reports any data. This worked previously with pollen.com component, and stil works on the pollen.com web site.

Thanks!

[homeassistant.components.iqvia] No data for ZIP: 01701

My config is below:

iqvia:
  zip_code: "02038"
  monitored_conditions:
    - allergy_average_forecasted
    - allergy_index_today
    - allergy_index_tomorrow
    - disease_average_forecasted

Any ideas?

Thanks!

Looks like it’s already been fixed by @bachya! https://github.com/home-assistant/home-assistant/pull/23916

1 Like

I just updated to 0.93.1 and can not load the component. Here is my config:

iqvia:
  zip_code: "35758"
  monitored_conditions:
       - allergy_index_today
       - allergy_index_tomorrow

When I run Configuration Validation I receive:

Component not found: iqvia

same here, upgraded to 93.1 and no change.

Component not found: iqvia

The “monitored_conditions” looks like has been changed to optional?.. I removed that, and iqvia component started working. This is with 0.93.1

No change for me.

0.93.1 in a venv and cannot load IQVIA

Component not found: iqvia

Tried changing it back to pollen, but same error.

It’s working for me on 0.93.2.

Yes, 0.93.2 has fixed the issue. Dependencies are pre-loaded so the component is now found.