mirror of https://github.com/home-assistant/core
24 lines
530 B
JSON
24 lines
530 B
JSON
{
|
|
"domain": "nam",
|
|
"name": "Nettigo Air Monitor",
|
|
"codeowners": ["@bieniu"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nam",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["nettigo_air_monitor"],
|
|
"requirements": ["nettigo-air-monitor==3.3.0"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_http._tcp.local.",
|
|
"name": "nam-*"
|
|
},
|
|
{
|
|
"type": "_http._tcp.local.",
|
|
"properties": {
|
|
"manufacturer": "nettigo"
|
|
}
|
|
}
|
|
]
|
|
}
|