2019-04-25 03:09:01 +00:00
|
|
|
{
|
|
|
|
"domain": "iqvia",
|
|
|
|
"name": "IQVIA",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
2019-04-25 03:09:01 +00:00
|
|
|
"requirements": [
|
2019-10-18 14:11:40 +00:00
|
|
|
"numpy==1.17.3",
|
2019-05-16 21:19:53 +00:00
|
|
|
"pyiqvia==0.2.1"
|
2019-04-25 03:09:01 +00:00
|
|
|
],
|
|
|
|
"dependencies": [],
|
|
|
|
"codeowners": [
|
|
|
|
"@bachya"
|
|
|
|
]
|
2019-09-03 19:04:38 +00:00
|
|
|
}
|