Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Pollen docs to IQVIA docs #9194

Merged
merged 1 commit into from
May 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
---
layout: page
title: "Pollen.com"
description: "Instructions on how to use Pollen.com data within Home Assistant"
title: "IQVIA"
description: "Instructions on how to use IQVIA data within Home Assistant"
date: 2018-01-10 19:20:00
sidebar: true
comments: false
sharing: true
footer: true
logo: pollen.jpg
logo: iqvia.png
ha_category: Health
ha_release: 0.63
ha_iot_class: Cloud Polling
redirect_from:
- /components/sensor.pollen/
- /components/pollen/
---

The `pollen` sensor platform collects and displays allergy, asthma, and disease
information (based on a U.S. ZIP code) from
[Pollen.com](https://www.pollen.com/). Data measured includes:
The `iqvia` sensor platform collects and displays allergy, asthma, and disease
information (based on a U.S. ZIP code) from [IQVIA](https://www.iqvia.com/).
Data measured includes:

* Indicies for allergies, asthma and cold/flu indices
* Trends
Expand All @@ -26,13 +27,12 @@ information (based on a U.S. ZIP code) from

## {% linkable_title Configuring the Platform %}

To integrate `pollen` into Home Assistant, add the following section to your
To integrate `iqvia` into Home Assistant, add the following section to your
`configuration.yaml` file (adjusting the `monitored_conditions` list to your
liking):

```yaml
sensor:
platform: pollen
iqvia:
zip_code: "00544"
monitored_conditions:
- allergy_average_forecasted
Expand Down Expand Up @@ -86,8 +86,6 @@ Any index-related sensor will have a value between 0.0 and 12.0. The values
map to the following human-friendly ratings:

Range | Rating
redirect_from:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did this end up here? 😆

- /components/sensor.pollen/
--------- | -----------
0.0 - 2.4 | Low
2.5 - 4.8 | Low/Medium
Expand All @@ -102,8 +100,6 @@ Several asthma-related sensors carry information regarding the top three
Example values include:

Pollutant | Symbol | More Info
redirect_from:
- /components/sensor.pollen/
--------- | ------ | ---------
Particulate (<= 2.5 μm) | PM2.5 | [EPA: Particulate Matter (PM) Pollution](https://www.epa.gov/pm-pollution)
Particulate (<= 10 μm) | PM10 | [EPA: Particulate Matter (PM) Pollution](https://www.epa.gov/pm-pollution)
Expand Down
Binary file added source/images/supported_brands/iqvia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/supported_brands/pollen.jpg
Binary file not shown.