2021-05-07 13:59:29 +00:00
|
|
|
{
|
|
|
|
"domain": "nam",
|
|
|
|
"name": "Nettigo Air Monitor",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/nam",
|
|
|
|
"codeowners": ["@bieniu"],
|
2021-10-11 15:27:04 +00:00
|
|
|
"requirements": ["nettigo-air-monitor==1.1.1"],
|
2021-05-29 12:06:56 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_http._tcp.local.",
|
|
|
|
"name": "nam-*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "_http._tcp.local.",
|
|
|
|
"manufacturer": "nettigo"
|
|
|
|
}
|
|
|
|
],
|
2021-05-07 13:59:29 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"quality_scale": "platinum",
|
|
|
|
"iot_class": "local_polling"
|
2021-05-29 12:06:56 +00:00
|
|
|
}
|