Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.iqvia.const Namespace Reference

Variables

string CONF_ZIP_CODE = "zip_code"
 
string DOMAIN = "iqvia"
 
 LOGGER = logging.getLogger(__package__)
 
string TYPE_ALLERGY_FORECAST = "allergy_average_forecasted"
 
string TYPE_ALLERGY_INDEX = "allergy_index"
 
string TYPE_ALLERGY_OUTLOOK = "allergy_outlook"
 
string TYPE_ALLERGY_TODAY = "allergy_index_today"
 
string TYPE_ALLERGY_TOMORROW = "allergy_index_tomorrow"
 
string TYPE_ASTHMA_FORECAST = "asthma_average_forecasted"
 
string TYPE_ASTHMA_INDEX = "asthma_index"
 
string TYPE_ASTHMA_TODAY = "asthma_index_today"
 
string TYPE_ASTHMA_TOMORROW = "asthma_index_tomorrow"
 
string TYPE_DISEASE_FORECAST = "disease_average_forecasted"
 
string TYPE_DISEASE_INDEX = "disease_index"
 
string TYPE_DISEASE_TODAY = "disease_index_today"
 

Detailed Description

Define IQVIA constants.

Variable Documentation

◆ CONF_ZIP_CODE

string homeassistant.components.iqvia.const.CONF_ZIP_CODE = "zip_code"

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.iqvia.const.DOMAIN = "iqvia"

Definition at line 7 of file const.py.

◆ LOGGER

homeassistant.components.iqvia.const.LOGGER = logging.getLogger(__package__)

Definition at line 5 of file const.py.

◆ TYPE_ALLERGY_FORECAST

string homeassistant.components.iqvia.const.TYPE_ALLERGY_FORECAST = "allergy_average_forecasted"

Definition at line 11 of file const.py.

◆ TYPE_ALLERGY_INDEX

string homeassistant.components.iqvia.const.TYPE_ALLERGY_INDEX = "allergy_index"

Definition at line 12 of file const.py.

◆ TYPE_ALLERGY_OUTLOOK

string homeassistant.components.iqvia.const.TYPE_ALLERGY_OUTLOOK = "allergy_outlook"

Definition at line 13 of file const.py.

◆ TYPE_ALLERGY_TODAY

string homeassistant.components.iqvia.const.TYPE_ALLERGY_TODAY = "allergy_index_today"

Definition at line 14 of file const.py.

◆ TYPE_ALLERGY_TOMORROW

string homeassistant.components.iqvia.const.TYPE_ALLERGY_TOMORROW = "allergy_index_tomorrow"

Definition at line 15 of file const.py.

◆ TYPE_ASTHMA_FORECAST

string homeassistant.components.iqvia.const.TYPE_ASTHMA_FORECAST = "asthma_average_forecasted"

Definition at line 16 of file const.py.

◆ TYPE_ASTHMA_INDEX

string homeassistant.components.iqvia.const.TYPE_ASTHMA_INDEX = "asthma_index"

Definition at line 17 of file const.py.

◆ TYPE_ASTHMA_TODAY

string homeassistant.components.iqvia.const.TYPE_ASTHMA_TODAY = "asthma_index_today"

Definition at line 18 of file const.py.

◆ TYPE_ASTHMA_TOMORROW

string homeassistant.components.iqvia.const.TYPE_ASTHMA_TOMORROW = "asthma_index_tomorrow"

Definition at line 19 of file const.py.

◆ TYPE_DISEASE_FORECAST

string homeassistant.components.iqvia.const.TYPE_DISEASE_FORECAST = "disease_average_forecasted"

Definition at line 20 of file const.py.

◆ TYPE_DISEASE_INDEX

string homeassistant.components.iqvia.const.TYPE_DISEASE_INDEX = "disease_index"

Definition at line 21 of file const.py.

◆ TYPE_DISEASE_TODAY

string homeassistant.components.iqvia.const.TYPE_DISEASE_TODAY = "disease_index_today"

Definition at line 22 of file const.py.