1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/nam/manifest.json
Maciej Bieniek 670e5a2eae
Bump nettigo-air-monitor to version 2.2.2 (#104562)
Bump nettigo-air-monitor to version 2.2.2
2023-11-26 22:05:50 +01:00

25 lines
561 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"],
"quality_scale": "platinum",
"requirements": ["nettigo-air-monitor==2.2.2"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "nam-*"
},
{
"type": "_http._tcp.local.",
"properties": {
"manufacturer": "nettigo"
}
}
]
}