core/homeassistant/components/airthings/manifest.json

11 lines
305 B
JSON
Raw Normal View History

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