core/homeassistant/components/purpleair/manifest.json

10 lines
257 B
JSON
Raw Normal View History

2022-12-13 03:32:11 +00:00
{
"domain": "purpleair",
"name": "PurpleAir",
2023-02-08 19:13:46 +00:00
"codeowners": ["@bachya"],
2022-12-13 03:32:11 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/purpleair",
2023-02-08 19:13:46 +00:00
"iot_class": "cloud_polling",
"requirements": ["aiopurpleair==2022.12.1"]
2022-12-13 03:32:11 +00:00
}