2021-05-07 13:59:29 +00:00
|
|
|
{
|
|
|
|
"domain": "nam",
|
|
|
|
"name": "Nettigo Air Monitor",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/nam",
|
|
|
|
"codeowners": ["@bieniu"],
|
2022-10-29 12:43:02 +00:00
|
|
|
"requirements": ["nettigo-air-monitor==1.5.0"],
|
2021-05-29 12:06:56 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_http._tcp.local.",
|
|
|
|
"name": "nam-*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "_http._tcp.local.",
|
2022-03-30 08:56:37 +00:00
|
|
|
"properties": { "manufacturer": "nettigo" }
|
2021-05-29 12:06:56 +00:00
|
|
|
}
|
|
|
|
],
|
2021-05-07 13:59:29 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"quality_scale": "platinum",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-10-22 12:38:08 +00:00
|
|
|
"loggers": ["nettigo_air_monitor"],
|
|
|
|
"integration_type": "device"
|
2021-12-19 08:09:21 +00:00
|
|
|
}
|