core/homeassistant/components/airthings/manifest.json

11 lines
292 B
JSON
Raw Normal View History

2021-09-23 20:20:30 +00:00
{
"domain": "airthings",
"name": "Airthings",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/airthings",
"requirements": ["airthings_cloud==0.1.0"],
2022-03-30 08:56:37 +00:00
"codeowners": ["@danielhiversen"],
"iot_class": "cloud_polling",
"loggers": ["airthings"]
2022-03-30 08:56:37 +00:00
}