24 lines
530 B
JSON
24 lines
530 B
JSON
{
|
|
"domain": "airthings",
|
|
"name": "Airthings",
|
|
"codeowners": ["@danielhiversen", "@LaStrada"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "airthings-view"
|
|
},
|
|
{
|
|
"hostname": "airthings-hub",
|
|
"macaddress": "D0141190*"
|
|
},
|
|
{
|
|
"hostname": "airthings-hub",
|
|
"macaddress": "70B3D52A0*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/airthings",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["airthings"],
|
|
"requirements": ["airthings-cloud==0.2.0"]
|
|
}
|