21 lines
475 B
JSON
21 lines
475 B
JSON
{
|
|
"domain": "nam",
|
|
"name": "Nettigo Air Monitor",
|
|
"documentation": "https://www.home-assistant.io/integrations/nam",
|
|
"codeowners": ["@bieniu"],
|
|
"requirements": ["nettigo-air-monitor==1.2.1"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_http._tcp.local.",
|
|
"name": "nam-*"
|
|
},
|
|
{
|
|
"type": "_http._tcp.local.",
|
|
"properties": {"manufacturer": "nettigo"}
|
|
}
|
|
],
|
|
"config_flow": true,
|
|
"quality_scale": "platinum",
|
|
"iot_class": "local_polling"
|
|
}
|