core/homeassistant/components/nam/manifest.json

25 lines
561 B
JSON
Raw Normal View History

{
"domain": "nam",
"name": "Nettigo Air Monitor",
"codeowners": ["@bieniu"],
2023-02-08 19:38:43 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/nam",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["nettigo_air_monitor"],
"quality_scale": "platinum",
"requirements": ["nettigo-air-monitor==2.2.1"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "nam-*"
},
{
"type": "_http._tcp.local.",
2023-02-08 19:38:43 +00:00
"properties": {
"manufacturer": "nettigo"
}
}
2023-02-08 19:38:43 +00:00
]
}