mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Remove monitored conditions documentation for IQVIA (#12207)
This commit is contained in:
parent
a49ccf2a3d
commit
1e1d8ab661
@ -29,15 +29,6 @@ liking):
|
|||||||
```yaml
|
```yaml
|
||||||
iqvia:
|
iqvia:
|
||||||
zip_code: "00544"
|
zip_code: "00544"
|
||||||
monitored_conditions:
|
|
||||||
- allergy_average_forecasted
|
|
||||||
- allergy_index_today
|
|
||||||
- allergy_index_tomorrow
|
|
||||||
- asthma_average_forecasted
|
|
||||||
- asthma_index_today
|
|
||||||
- asthma_index_tomorrow
|
|
||||||
- disease_average_forecasted
|
|
||||||
- disease_index_today
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -45,27 +36,6 @@ zip_code:
|
|||||||
description: The U.S. ZIP code to gather data for (as a quoted string).
|
description: The U.S. ZIP code to gather data for (as a quoted string).
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
monitored_conditions:
|
|
||||||
description: The metric types to monitor.
|
|
||||||
required: true
|
|
||||||
type: list
|
|
||||||
keys:
|
|
||||||
allergy_average_forecasted:
|
|
||||||
description: "The average forecasted allergy index over the next 5 days."
|
|
||||||
allergy_index_today:
|
|
||||||
description: "The allergy index for today."
|
|
||||||
allergy_index_tomorrow:
|
|
||||||
description: "The allergy index for tomorrow."
|
|
||||||
asthma_average_forecasted:
|
|
||||||
description: "The average forecasted asthma index over the next 5 days."
|
|
||||||
asthma_index_today:
|
|
||||||
description: "The asthma index for today."
|
|
||||||
asthma_index_tomorrow:
|
|
||||||
description: "The asthma index for tomorrow."
|
|
||||||
disease_average_forecasted:
|
|
||||||
description: "The average forecasted cold/flu index over the next 5 days."
|
|
||||||
disease_index_today:
|
|
||||||
description: "The cold/flu index for today."
|
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user