hass-core/homeassistant/components/nam/manifest.json
Maciej Bieniek 001bb3a04e
Bump nettigo_air_monitor to version 3.3.0 (#120901)
* Bump nam library

* Update snaphots (increasing accuracy)

* Update lib and snapshot

---------

Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-07-04 21:40:25 +02:00

24 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==3.3.0"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "nam-*"
},
{
"type": "_http._tcp.local.",
"properties": {
"manufacturer": "nettigo"
}
}
]
}